Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm.h75 #define DMA_EMSR_EMSTR_MASK 0x0000FFFF macro
H A Dfman_ncsw.c678 cfg->dma_en_emergency_smoother = (bool)((tmp_reg & DMA_EMSR_EMSTR_MASK)? TRUE : FALSE); in fman_regconfig()
679 cfg->dma_emergency_switch_counter = (tmp_reg & DMA_EMSR_EMSTR_MASK); in fman_regconfig()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman.h449 #define DMA_EMSR_EMSTR_MASK 0x0000FFFF macro