Searched refs:DMA_DAR (Results 1 – 2 of 2) sorted by relevance
73 #define DMA_DAR(x) (0x84 + ((x) << 6)) /* Destination Address Registers */ macro295 DMA_DAR(imxdmac->channel)); in imxdma_sg_next()304 imx_dmav1_readl(imxdma, DMA_DAR(imxdmac->channel)), in imxdma_sg_next()564 imx_dmav1_writel(imxdma, d->dest, DMA_DAR(imxdmac->channel)); in imxdma_xfer_desc()593 DMA_DAR(imxdmac->channel)); in imxdma_xfer_desc()
28 #define DMA_DAR(chan) (chan->mmr_base + 0xc) macro265 return __raw_readl(DMA_DAR(chan)); in iop_chan_get_current_descriptor()