Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dfsl-edma-common.h259 #define edma_read_tcdreg_c(chan, _tcd, __name) \ macro
268 edma_read_tcdreg_c(chan, ((struct fsl_edma_hw_tcd64 __iomem *)chan->tcd), __name) : \
269 edma_read_tcdreg_c(chan, ((struct fsl_edma_hw_tcd __iomem *)chan->tcd), __name) \