Lines Matching refs:base
48 void __iomem *base, void (*sync_access)(void))
61 val = oldval = readl_relaxed(base + confoff);
81 writel_relaxed(val, base + confoff);
82 if (readl_relaxed(base + confoff) != val)
93 void gic_dist_config(void __iomem *base, int gic_irqs,
103 base + GIC_DIST_CONFIG + i / 4);
109 writel_relaxed(GICD_INT_DEF_PRI_X4, base + GIC_DIST_PRI + i);
117 base + GIC_DIST_ACTIVE_CLEAR + i / 8);
119 base + GIC_DIST_ENABLE_CLEAR + i / 8);
126 void gic_cpu_config(void __iomem *base, int nr, void (*sync_access)(void))
136 base + GIC_DIST_ACTIVE_CLEAR + i / 8);
138 base + GIC_DIST_ENABLE_CLEAR + i / 8);
146 base + GIC_DIST_PRI + i * 4 / 4);