Searched refs:profileIndx (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_plcr.c | 1177 t_Error FmPcdPlcrCcGetSetParams(t_Handle h_FmPcd, uint16_t profileIndx ,uint32_t requiredAction) in FmPcdPlcrCcGetSetParams() argument 1187 if (profileIndx >= FM_PCD_PLCR_NUM_ENTRIES) in FmPcdPlcrCcGetSetParams() 1190 if (!FmPcdPlcrIsProfileValid(p_FmPcd, profileIndx)) in FmPcdPlcrCcGetSetParams() 1197 err = FmHcPcdPlcrCcGetSetParams(p_FmPcd->h_Hc, profileIndx, requiredAction); in FmPcdPlcrCcGetSetParams() 1199 UpdateRequiredActionFlag(p_FmPcd, profileIndx, TRUE); in FmPcdPlcrCcGetSetParams() 1200 FmPcdPlcrUpdateRequiredAction(p_FmPcd, profileIndx, requiredAction); in FmPcdPlcrCcGetSetParams() 1210 WritePar(p_FmPcd, FmPcdPlcrBuildReadPlcrActionReg(profileIndx)); in FmPcdPlcrCcGetSetParams() 1212 if (!p_FmPcd->p_FmPcdPlcr->profiles[profileIndx].requiredActionFlag || in FmPcdPlcrCcGetSetParams() 1213 !(p_FmPcd->p_FmPcdPlcr->profiles[profileIndx].requiredAction & requiredAction)) in FmPcdPlcrCcGetSetParams() 1217 if ((p_FmPcd->p_FmPcdPlcr->profiles[profileIndx].nextEngineOnGreen!= e_FM_PCD_DONE) || in FmPcdPlcrCcGetSetParams() [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/ |
H A D | hc.c | 925 uint16_t profileIndx; in FmHcPcdPlcrSetProfile() local 934 profileIndx = FmPcdPlcrProfileGetAbsoluteId(h_Profile); in FmHcPcdPlcrSetProfile() 938 p_HcFrame->actionReg = FmPcdPlcrBuildWritePlcrActionRegs(profileIndx); in FmHcPcdPlcrSetProfile()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
H A D | fm_common.h | 765 t_Error FmPcdPlcrCcGetSetParams(t_Handle h_FmPcd, uint16_t profileIndx,uint32_t requiredAction);
|