Searched refs:TSI721_DMAC_STS_ABORT (Results 1 – 3 of 3) sorted by relevance
604 if ((dmac_sts & TSI721_DMAC_STS_ABORT) == 0) in tsi721_dma_tasklet()618 } while ((dmac_sts & TSI721_DMAC_STS_ABORT) && i); in tsi721_dma_tasklet()620 if (dmac_sts & TSI721_DMAC_STS_ABORT) { in tsi721_dma_tasklet()
309 #define TSI721_DMAC_STS_ABORT 0x00400000 macro
174 if (ch_stat & TSI721_DMAC_STS_ABORT) { in tsi721_maint_dma()