Searched refs:DMA_DAR (Results 1 – 2 of 2) sorted by relevance
67 #define DMA_DAR(x) (0x84 + ((x) << 6)) /* Destination Address Registers */ macro274 DMA_DAR(imxdmac->channel)); in imxdma_sg_next()283 imx_dmav1_readl(imxdma, DMA_DAR(imxdmac->channel)), in imxdma_sg_next()542 imx_dmav1_writel(imxdma, d->dest, DMA_DAR(imxdmac->channel)); in imxdma_xfer_desc()571 DMA_DAR(imxdmac->channel)); in imxdma_xfer_desc()
14 #define DMA_DAR(chan) (chan->mmr_base + 0xc) macro247 return __raw_readl(DMA_DAR(chan)); in iop_chan_get_current_descriptor()