Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c1187 if (profileIndx >= FM_PCD_PLCR_NUM_ENTRIES) in FmPcdPlcrCcGetSetParams()
1190 if (!FmPcdPlcrIsProfileValid(p_FmPcd, profileIndx)) in FmPcdPlcrCcGetSetParams()
1279 UpdateRequiredActionFlag(p_FmPcd, profileIndx, TRUE); in FmPcdPlcrCcGetSetParams()
1698 uint16_t profileIndx; in FM_PCD_PlcrProfileDelete() local
1706 profileIndx = p_Profile->absoluteProfileId; in FM_PCD_PlcrProfileDelete()
1710 FmPcdPlcrInvalidateProfileSw(p_FmPcd,profileIndx); in FM_PCD_PlcrProfileDelete()
1746 uint16_t profileIndx; in FM_PCD_PlcrProfileGetCounter() local
1760 profileIndx = p_Profile->absoluteProfileId; in FM_PCD_PlcrProfileGetCounter()
1762 if (profileIndx >= FM_PCD_PLCR_NUM_ENTRIES) in FM_PCD_PlcrProfileGetCounter()
1800 uint16_t profileIndx; in FM_PCD_PlcrProfileSetCounter() local
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c925 uint16_t profileIndx; in FmHcPcdPlcrSetProfile() local
934 profileIndx = FmPcdPlcrProfileGetAbsoluteId(h_Profile); in FmHcPcdPlcrSetProfile()
938 p_HcFrame->actionReg = FmPcdPlcrBuildWritePlcrActionRegs(profileIndx); in FmHcPcdPlcrSetProfile()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h765 t_Error FmPcdPlcrCcGetSetParams(t_Handle h_FmPcd, uint16_t profileIndx,uint32_t requiredAction);