Home
last modified time | relevance | path

Searched refs:NHARD_IRQS (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dintr.h62 #define NHARD_IRQS 6 macro
64 #define NREAL_IRQS (NHARD_IRQS + NSOFT_IRQS)
H A Dintr_machdep.h40 #define NHARD_IRQS 6 macro
/f-stack/freebsd/mips/mips/
H A Dintr_machdep.c66 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()
H A Dmips_pic.c693 if (irq < 0 || irq >= NHARD_IRQS) in cpu_establish_hardintr()
/f-stack/freebsd/mips/broadcom/
H A Dbcm_mips.c165 if (irq >= NHARD_IRQS) in bcm_mips_init_cpuirq()