Searched refs:NHARD_IRQS (Results 1 – 5 of 5) sorted by relevance
60 #define NHARD_IRQS 6 macro62 #define NREAL_IRQS (NHARD_IRQS + NSOFT_IRQS)
38 #define NHARD_IRQS 6 macro
64 static struct intr_event *hardintr_events[NHARD_IRQS];66 static mips_intrcnt_t mips_intr_counters[NSOFT_IRQS + NHARD_IRQS];153 for (i = 0; i < NHARD_IRQS; i++) { in cpu_init_interrupts()183 if (irq < 0 || irq >= NHARD_IRQS) in cpu_establish_hardintr()
691 if (irq < 0 || irq >= NHARD_IRQS) in cpu_establish_hardintr()
162 if (irq >= NHARD_IRQS) in bcm_mips_init_cpuirq()