Searched refs:DMA_ST_OFL (Results 1 – 2 of 2) sorted by relevance
112 switch (status & (DMA_ST_OFL | DMA_ST_AB)) { in iomd_dma_handle()113 case DMA_ST_OFL: /* OIA */ in iomd_dma_handle()120 case DMA_ST_OFL | DMA_ST_AB: /* OIB */ in iomd_dma_handle()128 if (status & DMA_ST_OFL && in iomd_dma_handle()
159 #define DMA_ST_OFL 4 macro