Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/rapidio/devices/
Dtsi721_dma.c592 if ((dmac_sts & TSI721_DMAC_STS_ABORT) == 0) in tsi721_dma_tasklet()
606 } while ((dmac_sts & TSI721_DMAC_STS_ABORT) && i); in tsi721_dma_tasklet()
608 if (dmac_sts & TSI721_DMAC_STS_ABORT) { in tsi721_dma_tasklet()
Dtsi721.h296 #define TSI721_DMAC_STS_ABORT 0x00400000 macro
Dtsi721.c161 if (ch_stat & TSI721_DMAC_STS_ABORT) { in tsi721_maint_dma()