Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/lantiq/xway/
H A Dgptu.c58 #define gptu_w32(x, y) ltq_w32((x), gptu_membase + (y))
59 #define gptu_r32(x) ltq_r32(gptu_membase + (x))
70 static void __iomem *gptu_membase; variable
149 gptu_membase = devm_ioremap_resource(&pdev->dev, res); in gptu_probe()
150 if (IS_ERR(gptu_membase)) in gptu_probe()
151 return PTR_ERR(gptu_membase); in gptu_probe()
/kernel/linux/linux-6.6/arch/mips/lantiq/xway/
H A Dgptu.c59 #define gptu_w32(x, y) ltq_w32((x), gptu_membase + (y))
60 #define gptu_r32(x) ltq_r32(gptu_membase + (x))
71 static void __iomem *gptu_membase; variable
147 gptu_membase = devm_platform_get_and_ioremap_resource(pdev, 0, NULL); in gptu_probe()
148 if (IS_ERR(gptu_membase)) in gptu_probe()
149 return PTR_ERR(gptu_membase); in gptu_probe()

Completed in 2 milliseconds