Lines Matching defs:map_base
85 void __iomem *map_base;
130 pending = __raw_readl(cpu->map_base + reg_status(intc, idx));
131 pending &= __raw_readl(cpu->map_base + reg_enable(intc, idx));
151 intc->cpus[cpu_idx]->map_base + reg_enable(intc, word));
163 intc->cpus[cpu_idx]->map_base + reg_enable(intc, word));
251 cpu->map_base = ioremap(res.start, sz);
252 if (!cpu->map_base)
260 __raw_writel(0, cpu->map_base + reg_enable(intc, i));
346 if (cpu->map_base)
347 iounmap(cpu->map_base);