Searched refs:cpu_base (Results 1 – 2 of 2) sorted by relevance
110 void *base = gic->cpu_base; in gicv2_cpu_init()165 HWREG32(gic->cpu_base + GIC_CPU_EOI) = hwirq; in gicv2_irq_ack()190 HWREG32(gic->cpu_base + GIC_CPU_DIR) = pirq->hwirq; in gicv2_irq_eoi()439 hwirq = HWREG32(gic->cpu_base + GIC_CPU_INTACK) & 0x3ffUL; in gicv2_handler()513 gic->cpu_base = rt_ioremap((void *)regs[2], gic->cpu_size); in gicv2_iomap_init()514 if (!gic->cpu_base) in gicv2_iomap_init()582 if (gic->cpu_base) in gicv2_init_fail()584 rt_iounmap(gic->cpu_base); in gicv2_init_fail()
74 void *cpu_base; member
Completed in 12 milliseconds