Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/lantiq/xway/
H A Ddma.c51 #define ltq_dma_r32(x) ltq_r32(ltq_dma_membase + (x))
52 #define ltq_dma_w32(x, y) ltq_w32(x, ltq_dma_membase + (y))
54 ltq_dma_membase + (z))
56 static void __iomem *ltq_dma_membase; variable
218 ltq_dma_membase = devm_ioremap_resource(&pdev->dev, res); in ltq_dma_init()
219 if (IS_ERR(ltq_dma_membase)) in ltq_dma_init()
/kernel/linux/linux-6.6/arch/mips/lantiq/xway/
H A Ddma.c52 #define ltq_dma_r32(x) ltq_r32(ltq_dma_membase + (x))
53 #define ltq_dma_w32(x, y) ltq_w32(x, ltq_dma_membase + (y))
55 ltq_dma_membase + (z))
57 static void __iomem *ltq_dma_membase; variable
245 ltq_dma_membase = devm_platform_get_and_ioremap_resource(pdev, 0, NULL); in ltq_dma_init()
246 if (IS_ERR(ltq_dma_membase)) in ltq_dma_init()

Completed in 2 milliseconds