Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/lantiq/xway/
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
146 gptu_membase = devm_platform_get_and_ioremap_resource(pdev, 0, NULL); in gptu_probe()
147 if (IS_ERR(gptu_membase)) in gptu_probe()
148 return PTR_ERR(gptu_membase); in gptu_probe()

Completed in 3 milliseconds