Home
last modified time | relevance | path

Searched refs:p_PcdParam (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c4880 t_Error FM_PORT_SetPCD(t_Handle h_FmPort, t_FmPortPcdParams *p_PcdParam) in FM_PORT_SetPCD() argument
4890 SANITY_CHECK_RETURN_ERROR(p_PcdParam, E_NULL_POINTER); in FM_PORT_SetPCD()
4912 if (p_PcdParam->p_CcParams && !p_PcdParam->p_CcParams->h_CcTree) in FM_PORT_SetPCD()
4916 memcpy(&modifiedPcdParams, p_PcdParam, sizeof(t_FmPortPcdParams)); in FM_PORT_SetPCD()