Lines Matching defs:gpc_base
30 static void __iomem *gpc_base;
37 (sw << GPC_PGC_SW_SHIFT), gpc_base + GPC_PGC_CPU_PUPSCR);
43 (sw << GPC_PGC_SW_SHIFT), gpc_base + GPC_PGC_CPU_PDNSCR);
48 writel_relaxed(power_off, gpc_base + GPC_PGC_CPU_PDN);
55 val = readl_relaxed(gpc_base + GPC_CNTR);
59 writel_relaxed(val, gpc_base + GPC_CNTR);
64 void __iomem *reg_imr1 = gpc_base + GPC_IMR1;
79 void __iomem *reg_imr1 = gpc_base + GPC_IMR1;
107 void __iomem *reg_imr1 = gpc_base + GPC_IMR1;
118 void __iomem *reg_imr1 = gpc_base + GPC_IMR1;
130 reg = gpc_base + GPC_IMR1 + hwirq / 32 * 4;
141 reg = gpc_base + GPC_IMR1 + hwirq / 32 * 4;
244 gpc_base = of_iomap(node, 0);
245 if (WARN_ON(!gpc_base))
252 iounmap(gpc_base);
258 writel_relaxed(~0, gpc_base + GPC_IMR1 + i * 4);
282 gpc_base = of_iomap(np, 0);