ltq_dma_membase 46 arch/mips/lantiq/xway/dma.c #define ltq_dma_r32(x) ltq_r32(ltq_dma_membase + (x)) ltq_dma_membase 47 arch/mips/lantiq/xway/dma.c #define ltq_dma_w32(x, y) ltq_w32(x, ltq_dma_membase + (y)) ltq_dma_membase 49 arch/mips/lantiq/xway/dma.c ltq_dma_membase + (z)) ltq_dma_membase 51 arch/mips/lantiq/xway/dma.c static void __iomem *ltq_dma_membase; ltq_dma_membase 212 arch/mips/lantiq/xway/dma.c ltq_dma_membase = devm_ioremap_resource(&pdev->dev, res); ltq_dma_membase 213 arch/mips/lantiq/xway/dma.c if (IS_ERR(ltq_dma_membase))