Searched refs:ltq_dma_membase (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/mips/lantiq/xway/
H A Ddma.c56 #define ltq_dma_r32(x) ltq_r32(ltq_dma_membase + (x))
57 #define ltq_dma_w32(x, y) ltq_w32(x, ltq_dma_membase + (y))
59 ltq_dma_membase + (z))
61 static void __iomem *ltq_dma_membase; variable
223 ltq_dma_membase = devm_ioremap_resource(&pdev->dev, res); ltq_dma_init()
224 if (IS_ERR(ltq_dma_membase)) ltq_dma_init()

Completed in 38 milliseconds