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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-int.c46 int gic_present; /* global var => auto initialized to 0 */ variable
135 gic_present = (REG32(sead3_config_reg) & SEAD_CONFIG_GIC_PRESENT_MSK) >>
137 printk("GIC: %spresent\n", (gic_present) ? "" : "not ");
140 if (gic_present) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmp-mt.c40 extern int gic_present;
142 if (gic_present) {
181 if (gic_present)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-int.c49 int gic_present; variable
279 else if (gic_present && ((1 << irq) & ipi_map[smp_processor_id()]))
486 gic_present = 1;
492 gic_present = (REG(_msc01_biu_base, MSC01_SC_CFG) &
497 if (gic_present)
561 if (gic_present) {

Completed in 68 milliseconds