Searched refs:TSI721_DMAC_STS_ABORT (Results 1 – 3 of 3) sorted by relevance
594 if ((dmac_sts & TSI721_DMAC_STS_ABORT) == 0) in tsi721_dma_tasklet()608 } while ((dmac_sts & TSI721_DMAC_STS_ABORT) && i); in tsi721_dma_tasklet()610 if (dmac_sts & TSI721_DMAC_STS_ABORT) { in tsi721_dma_tasklet()
296 #define TSI721_DMAC_STS_ABORT 0x00400000 macro
163 if (ch_stat & TSI721_DMAC_STS_ABORT) { in tsi721_maint_dma()