Home
last modified time | relevance | path

Searched refs:raw_cpu_base (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/irqchip/
H A Dirq-gic.c74 void __iomem *raw_cpu_base; member
1190 gic->raw_cpu_base + offset; in gic_init_bases()
1200 gic->cpu_base.common_base = gic->raw_cpu_base; in gic_init_bases()
1277 if (gic->raw_cpu_base) in gic_teardown()
1278 iounmap(gic->raw_cpu_base); in gic_teardown()
1401 gic->raw_cpu_base = of_iomap(node, 1); in gic_of_setup()
1402 if (WARN(!gic->raw_cpu_base, "unable to map gic cpu registers\n")) in gic_of_setup()
1491 if (gic_cnt == 0 && !gic_check_eoimode(node, &gic->raw_cpu_base)) in gic_of_init()
1652 gic->raw_cpu_base = ioremap(acpi_data.cpu_phys_base, ACPI_GIC_CPU_IF_MEM_SIZE); in gic_v2_acpi_init()
1653 if (!gic->raw_cpu_base) { in gic_v2_acpi_init()