Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c95 status &= ~DMA_STATUS_BUS_ERR; in fman_get_dma_err_event()
705 tmp_reg = (DMA_STATUS_BUS_ERR | DMA_STATUS_READ_ECC | in fman_dma_init()
H A Dfm_ncsw.c296 if (status & DMA_STATUS_BUS_ERR) in DmaErrEvent()
4934 p_FmDmaStatus->busError = (bool)(dmaStatus & DMA_STATUS_BUS_ERR); in FM_GetDmaStatus()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman.h459 #define DMA_STATUS_BUS_ERR 0x08000000 macro