Home
last modified time | relevance | path

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

/drivers/dma/
Dimx-dma.c67 #define DMA_DAR(x) (0x84 + ((x) << 6)) /* Destination Address Registers */ macro
274 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()
Diop-adma.h14 #define DMA_DAR(chan) (chan->mmr_base + 0xc) macro
247 return __raw_readl(DMA_DAR(chan)); in iop_chan_get_current_descriptor()