Lines Matching refs:base
61 void __iomem *base, void (*sync_access)(void))
74 val = oldval = readl_relaxed(base + confoff);
94 writel_relaxed(val, base + confoff);
95 if (readl_relaxed(base + confoff) != val)
106 void gic_dist_config(void __iomem *base, int gic_irqs,
116 base + GIC_DIST_CONFIG + i / 4);
122 writel_relaxed(GICD_INT_DEF_PRI_X4, base + GIC_DIST_PRI + i);
130 base + GIC_DIST_ACTIVE_CLEAR + i / 8);
132 base + GIC_DIST_ENABLE_CLEAR + i / 8);
139 void gic_cpu_config(void __iomem *base, int nr, void (*sync_access)(void))
149 base + GIC_DIST_ACTIVE_CLEAR + i / 8);
151 base + GIC_DIST_ENABLE_CLEAR + i / 8);
159 base + GIC_DIST_PRI + i * 4 / 4);