Searched refs:NHARD_IRQS (Results 1 – 5 of 5) sorted by relevance
62 #define NHARD_IRQS 6 macro64 #define NREAL_IRQS (NHARD_IRQS + NSOFT_IRQS)
40 #define NHARD_IRQS 6 macro
66 static struct intr_event *hardintr_events[NHARD_IRQS];68 static mips_intrcnt_t mips_intr_counters[NSOFT_IRQS + NHARD_IRQS];155 for (i = 0; i < NHARD_IRQS; i++) { in cpu_init_interrupts()185 if (irq < 0 || irq >= NHARD_IRQS) in cpu_establish_hardintr()
693 if (irq < 0 || irq >= NHARD_IRQS) in cpu_establish_hardintr()
165 if (irq >= NHARD_IRQS) in bcm_mips_init_cpuirq()