gptu_membase 58 arch/mips/lantiq/xway/gptu.c #define gptu_w32(x, y) ltq_w32((x), gptu_membase + (y)) gptu_membase 59 arch/mips/lantiq/xway/gptu.c #define gptu_r32(x) ltq_r32(gptu_membase + (x)) gptu_membase 70 arch/mips/lantiq/xway/gptu.c static void __iomem *gptu_membase; gptu_membase 147 arch/mips/lantiq/xway/gptu.c gptu_membase = devm_ioremap_resource(&pdev->dev, res); gptu_membase 148 arch/mips/lantiq/xway/gptu.c if (IS_ERR(gptu_membase)) gptu_membase 149 arch/mips/lantiq/xway/gptu.c return PTR_ERR(gptu_membase);