Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c602 cfg->dma_comm_qtsh_clr_emer = DEFAULT_DMA_COMM_Q_LOW; in fman_defconfig()
647 cfg->dma_comm_qtsh_clr_emer = (uint8_t)(tmp_reg >> DMA_THRESH_COMMQ_SHIFT); in fman_regconfig()
755 tmp_reg = ((uint32_t)cfg->dma_comm_qtsh_clr_emer << in fman_dma_init()
H A Dfm_ncsw.c105 if (p_Fm->p_FmDriverParam->dma_comm_qtsh_clr_emer > DMA_THRESH_MAX_COMMQ) in CheckFmParameters()
107 …if (p_Fm->p_FmDriverParam->dma_comm_qtsh_clr_emer >= p_Fm->p_FmDriverParam->dma_comm_qtsh_asrt_eme… in CheckFmParameters()
3453 p_Fm->p_FmDriverParam->dma_comm_qtsh_clr_emer = DEFAULT_dmaCommQLow; in FM_Config()
4186 p_Fm->p_FmDriverParam->dma_comm_qtsh_clr_emer = p_FmDmaThresholds->clearEmergency; in FM_ConfigDmaCommQThresholds()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman.h340 uint8_t dma_comm_qtsh_clr_emer; member