Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c613 cfg->prs_disp_tsh = DEFAULT_PRS_DISP_TH; in fman_defconfig()
660 cfg->prs_disp_tsh = (uint8_t)((tmp_reg & FPM_THR1_PRS_MASK ) >> FPM_THR1_PRS_SHIFT); in fman_regconfig()
786 tmp_reg = (((uint32_t)cfg->prs_disp_tsh << FPM_THR1_PRS_SHIFT) | in fman_fpm_init()
H A Dfm_ncsw.c4133 p_Fm->p_FmDriverParam->prs_disp_tsh = p_FmThresholds->prsDispTh; in FM_ConfigThresholds()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman.h323 uint8_t prs_disp_tsh; member