Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_hc.h78 …cPcdPlcrSetProfileCounter(t_Handle h_FmHc, t_Handle h_Profile, e_FmPcdPlcrProfileCounters counter,…
79 …cPcdPlcrGetProfileCounter(t_Handle h_FmHc, t_Handle h_Profile, e_FmPcdPlcrProfileCounters counter);
H A Dfm_common.h749 uint32_t FmPcdPlcrBuildCounterProfileReg(e_FmPcdPlcrProfileCounters counter);
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1080 typedef enum e_FmPcdPlcrProfileCounters { enum
1086 } e_FmPcdPlcrProfileCounters; typedef
3087 e_FmPcdPlcrProfileCounters counter);
3104 e_FmPcdPlcrProfileCounters counter,
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c1432 uint32_t FmPcdPlcrBuildCounterProfileReg(e_FmPcdPlcrProfileCounters counter) in FmPcdPlcrBuildCounterProfileReg()
1742 uint32_t FM_PCD_PlcrProfileGetCounter(t_Handle h_Profile, e_FmPcdPlcrProfileCounters counter) in FM_PCD_PlcrProfileGetCounter()
1796 t_Error FM_PCD_PlcrProfileSetCounter(t_Handle h_Profile, e_FmPcdPlcrProfileCounters counter, uint32… in FM_PCD_PlcrProfileSetCounter()
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c987 …cPcdPlcrSetProfileCounter(t_Handle h_FmHc, t_Handle h_Profile, e_FmPcdPlcrProfileCounters counter,… in FmHcPcdPlcrSetProfileCounter()
1021 …HcPcdPlcrGetProfileCounter(t_Handle h_FmHc, t_Handle h_Profile, e_FmPcdPlcrProfileCounters counter) in FmHcPcdPlcrGetProfileCounter()