Searched refs:DMA_ST_OFL (Results 1 – 3 of 3) sorted by relevance
106 if (status & DMA_ST_OFL && !dma->sg) in iomd_dma_handle()111 switch (status & (DMA_ST_OFL | DMA_ST_AB)) { in iomd_dma_handle()112 case DMA_ST_OFL: /* OIA */ in iomd_dma_handle()118 case DMA_ST_OFL | DMA_ST_AB: /* OIB */ in iomd_dma_handle()
148 tst r6, #DMA_ST_OFL @ Check for overrun178 tst lr, #DMA_ST_OFL
207 #define DMA_ST_OFL 4 macro