Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/rapidio/devices/
Dtsi721_dma.c574 u32 dmac_int, dmac_sts; in tsi721_dma_tasklet() local
587 dmac_sts = ioread32(bdma_chan->regs + TSI721_DMAC_STS); in tsi721_dma_tasklet()
590 bdma_chan->id, dmac_sts, desc->destid, desc->rio_addr); in tsi721_dma_tasklet()
594 if ((dmac_sts & TSI721_DMAC_STS_ABORT) == 0) in tsi721_dma_tasklet()
606 dmac_sts = ioread32(bdma_chan->regs + TSI721_DMAC_STS); 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()