Home
last modified time | relevance | path

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

/openbmc/linux/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()