Home
last modified time | relevance | path

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

/linux-4.1.27/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()
126 else if (gic_present) in get_c0_fdc_int()
141 } else if (gic_present) { in get_c0_perfcount_int()
158 } else if (gic_present) { in get_c0_compare_int()
206 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.1.27/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.1.27/arch/mips/kernel/
Dsmp-mt.c123 if (gic_present) { in vsmp_send_ipi_single()
163 if (gic_present) in vsmp_init_secondary()
/linux-4.1.27/drivers/clocksource/
Dmips-gic-timer.c155 if (WARN_ON(!gic_present || !node->parent || in gic_clocksource_of_init()
/linux-4.1.27/include/linux/irqchip/
Dmips-gic.h238 extern unsigned int gic_present;
/linux-4.1.27/drivers/irqchip/
Dirq-mips-gic.c27 unsigned int gic_present; variable
866 gic_present = true; in gic_of_init()
/linux-4.1.27/arch/mips/lantiq/
Dirq.c65 int gic_present; variable