Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c100 DMA_STATUS_READ_ECC | 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.c314 if (status & DMA_STATUS_READ_ECC) in DmaErrEvent()
4939 p_FmDmaStatus->readBufEccError = (bool)(dmaStatus & DMA_STATUS_READ_ECC); in FM_GetDmaStatus()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman.h460 #define DMA_STATUS_READ_ECC 0x04000000 macro