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

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

Completed in 255 milliseconds