Searched refs:gic_cpu_base (Results 1 – 3 of 3) sorted by relevance
46 void __iomem *gic_cpu_base = IOMEM(0xf0000100); in r8a7779_init_irq() local49 gic_init(0, 29, gic_dist_base, gic_cpu_base); in r8a7779_init_irq()
425 void __iomem *gic_cpu_base = IOMEM(0xf0000100); in sh73a0_init_irq() local429 gic_init(0, 29, gic_dist_base, gic_cpu_base); in sh73a0_init_irq()
129 static inline void __iomem *gic_cpu_base(struct irq_data *d) in gic_cpu_base() function173 writel_relaxed(gic_irq(d), gic_cpu_base(d) + GIC_CPU_EOI); in gic_eoi_irq()