Lines Matching refs:base
16 * associated CPU. The base address of the CPU interface is usually
118 void __iomem *base = hip04_dist_base(d);
133 ret = gic_configure_irq(irq, type, base + GIC_DIST_CONFIG, NULL);
230 void __iomem *base = intc->dist_base;
234 mask = readl_relaxed(base + GIC_DIST_TARGET + i * 2);
251 void __iomem *base = intc->dist_base;
253 writel_relaxed(0, base + GIC_DIST_CTRL);
261 writel_relaxed(cpumask, base + GIC_DIST_TARGET + ((i * 2) & ~3));
263 gic_dist_config(base, nr_irqs, NULL);
265 writel_relaxed(1, base + GIC_DIST_CTRL);
271 void __iomem *base = intc->cpu_base;
292 writel_relaxed(0xf0, base + GIC_CPU_PRIMASK);
293 writel_relaxed(1, base + GIC_CPU_CTRL);