Home
last modified time | relevance | path

Searched refs:DMA_ST_OFL (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-rpc/
Ddma.c112 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()
/arch/arm/include/asm/hardware/
Diomd.h159 #define DMA_ST_OFL 4 macro