Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/mti-malta/
Dmalta-time.c90 if (gic_present) { in estimate_frequencies()
100 if (gic_present) in estimate_frequencies()
108 if (gic_present) { in estimate_frequencies()
134 else if (gic_present) in get_c0_fdc_int()
147 } else if (gic_present) { in get_c0_perfcount_int()
164 } else if (gic_present) { in get_c0_compare_int()
212 if (gic_present) { in plat_time_init()
Dmalta-int.c293 gic_present = 1; in arch_init_irq()
298 gic_present = in arch_init_irq()
304 if (gic_present) in arch_init_irq()
332 if (gic_present) { in arch_init_irq()
/linux-4.4.14/arch/mips/mti-sead3/
Dsead3-int.c31 gic_present = (__raw_readl(sead3_config_reg) & in arch_init_irq()
34 pr_info("GIC: %spresent\n", (gic_present) ? "" : "not "); in arch_init_irq()
38 if (gic_present) in arch_init_irq()
Dsead3-time.c74 if (gic_present) in get_c0_perfcount_int()
84 if (gic_present) in get_c0_compare_int()
Dsead3-platform.c207 if (gic_present) { in sead3_platforms_device_init()
/linux-4.4.14/arch/mips/kernel/
Dsmp-mt.c123 if (gic_present) { in vsmp_send_ipi_single()
163 if (gic_present) in vsmp_init_secondary()
Dvdso.c117 gic_size = gic_present ? PAGE_SIZE : 0; in arch_setup_additional_pages()
/linux-4.4.14/include/linux/irqchip/
Dmips-gic.h251 extern unsigned int gic_present;
274 #define gic_present 0 macro
/linux-4.4.14/drivers/clocksource/
Dmips-gic-timer.c182 if (WARN_ON(!gic_present || !node->parent || in gic_clocksource_of_init()
/linux-4.4.14/drivers/irqchip/
Dirq-mips-gic.c26 unsigned int gic_present; variable
307 if (!gic_present) in gic_get_usm_range()
920 gic_present = true; in gic_of_init()
/linux-4.4.14/arch/mips/lantiq/
Dirq.c65 int gic_present; variable