Lines Matching refs:base
20 void __iomem *base;
29 void __iomem *reg = intc.base + reg_offset + 4 * cpu;
38 void __iomem *reg = intc.base + reg_offset + 4 * cpu;
65 writel(1 << smp_processor_id(), intc.base + LOCAL_PM_ROUTING_CLR);
70 writel(1 << smp_processor_id(), intc.base + LOCAL_PM_ROUTING_SET);
142 stat = readl_relaxed(intc.base + LOCAL_IRQ_PENDING0 + 4 * cpu);
161 mbox_val = readl_relaxed(intc.base + LOCAL_MAILBOX0_CLR0 + 16 * cpu);
175 intc.base + LOCAL_MAILBOX0_CLR0 + 16 * cpu);
182 void __iomem *mailbox0_base = intc.base + LOCAL_MAILBOX0_SET0;
309 writel(0, intc.base + LOCAL_CONTROL);
315 writel(0x80000000, intc.base + LOCAL_PRESCALER);
321 intc.base = of_iomap(node, 0);
322 if (!intc.base) {