Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
Dimx-dma.c67 #define DMA_DAR(x) (0x84 + ((x) << 6)) /* Destination Address Registers */ macro
293 DMA_DAR(imxdmac->channel)); in imxdma_sg_next()
302 imx_dmav1_readl(imxdma, DMA_DAR(imxdmac->channel)), in imxdma_sg_next()
561 imx_dmav1_writel(imxdma, d->dest, DMA_DAR(imxdmac->channel)); in imxdma_xfer_desc()
590 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()