Lines Matching defs:map_base
86 void __iomem *map_base;
132 pending = __raw_readl(cpu->map_base + reg_status(intc, idx));
133 pending &= __raw_readl(cpu->map_base + reg_enable(intc, idx));
156 intc->cpus[cpu_idx]->map_base + reg_enable(intc, word));
168 intc->cpus[cpu_idx]->map_base + reg_enable(intc, word));
256 cpu->map_base = ioremap(res.start, sz);
257 if (!cpu->map_base)
262 __raw_writel(0, cpu->map_base + reg_enable(intc, i));
339 cpu->map_base, cpu->parent_irq);
349 if (cpu->map_base)
350 iounmap(cpu->map_base);