Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/kernel/
Ddma-rpc.c106 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()
/linux-2.4.37.9/drivers/sound/
Dvidc_fill.S148 tst r6, #DMA_ST_OFL @ Check for overrun
178 tst lr, #DMA_ST_OFL
/linux-2.4.37.9/include/asm-arm/hardware/
Diomd.h207 #define DMA_ST_OFL 4 macro