Searched refs:DMA_STATUS_READ_ECC (Results 1 – 3 of 3) sorted by relevance
100 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()
314 if (status & DMA_STATUS_READ_ECC) in DmaErrEvent()4939 p_FmDmaStatus->readBufEccError = (bool)(dmaStatus & DMA_STATUS_READ_ECC); in FM_GetDmaStatus()
460 #define DMA_STATUS_READ_ECC 0x04000000 macro