Searched refs:DCSR_STOPSTATE (Results 1 – 5 of 5) sorted by relevance
20 #define DCSR_STOPSTATE (1 << 3) /* Stop State (read-only) */ macro
227 if (pd->dma_dcsr & DCSR_STOPSTATE) in pxa_ata_dma_irq()
132 while (!(DCSR(channel) & DCSR_STOPSTATE) && --limit) in wait_dma_channel_stop()
302 while (!(DCSR(dma) & DCSR_STOPSTATE)) in smc_pxa_dma_insl()341 while (!(DCSR(dma) & DCSR_STOPSTATE)) in smc_pxa_dma_insw()
40 #define DCSR_STOPSTATE BIT(3) /* Stop State (read-only) */ macro