Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c6342 fmGetSetParams.getParams.type = GET_FMFP_EXTC;
6344 if (fmGetSetParams.getParams.fmfp_extc != 0)
6353 fmGetSetParams.getParams.type = GET_FMFP_EXTC | GET_FM_NPI;
6357 } while (fmGetSetParams.getParams.fmfp_extc != 0 && fmGetSetParams.getParams.fm_npi == 0);
6358 if (fmGetSetParams.getParams.fm_npi != 0)
6363 fmGetSetParams.getParams.type = GET_FMQM_GS | GET_FM_NPI;
6365 while (fmGetSetParams.getParams.fmqm_gs & 0xF0000000)
6367 if (fmGetSetParams.getParams.fmqm_gs == 0 && fmGetSetParams.getParams.fm_npi == 0)
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c4259 if (p_Params->getParams.type & GET_FM_CLD) in FmGetSetParams()
4260 p_Params->getParams.fm_cld = GET_UINT32(p_Fm->p_FmFpmRegs->fm_cld); in FmGetSetParams()
4261 if (p_Params->getParams.type & GET_FMQM_GS) in FmGetSetParams()
4262 p_Params->getParams.fmqm_gs = GET_UINT32(p_Fm->p_FmQmiRegs->fmqm_gs); in FmGetSetParams()
4263 if (p_Params->getParams.type & GET_FM_NPI) in FmGetSetParams()
4264 p_Params->getParams.fm_npi = GET_UINT32(p_Fm->p_FmFpmRegs->fm_npi); in FmGetSetParams()
4265 if (p_Params->getParams.type & GET_FMFP_EXTC) in FmGetSetParams()
4266 p_Params->getParams.fmfp_extc = GET_UINT32(p_Fm->p_FmFpmRegs->fmfp_extc); in FmGetSetParams()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h307 t_FmGetParams getParams; member