Home
last modified time | relevance | path

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

/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c594 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()
H A Dtsi721.h296 #define TSI721_DMAC_STS_ABORT 0x00400000 macro
H A Dtsi721.c163 if (ch_stat & TSI721_DMAC_STS_ABORT) { in tsi721_maint_dma()