Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h619 uint16_t tnumAgingPeriod; member
H A Dfm_ncsw.c1242 return p_Fm->tnumAgingPeriod; in FmGetTnumAgingPeriod()
3465 p_Fm->tnumAgingPeriod = p_Fm->p_FmDriverParam->tnum_aging_period; in FM_Config()
4106 t_Error FM_ConfigTnumAgingPeriod(t_Handle h_Fm, uint16_t tnumAgingPeriod) in FM_ConfigTnumAgingPeriod() argument
4114 p_Fm->p_FmDriverParam->tnum_aging_period = tnumAgingPeriod; in FM_ConfigTnumAgingPeriod()
4115 p_Fm->tnumAgingPeriod = p_Fm->p_FmDriverParam->tnum_aging_period; in FM_ConfigTnumAgingPeriod()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h1084 t_Error FM_ConfigTnumAgingPeriod(t_Handle h_Fm, uint16_t tnumAgingPeriod);