Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c572 u32 dmac_int, dmac_sts; in tsi721_dma_tasklet() local
585 dmac_sts = ioread32(bdma_chan->regs + TSI721_DMAC_STS); in tsi721_dma_tasklet()
588 bdma_chan->id, dmac_sts, desc->destid, desc->rio_addr); in tsi721_dma_tasklet()
592 if ((dmac_sts & TSI721_DMAC_STS_ABORT) == 0) in tsi721_dma_tasklet()
604 dmac_sts = ioread32(bdma_chan->regs + TSI721_DMAC_STS); 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()