Searched refs:XLR_MAX_INTR (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/mips/include/
H A Dintr_machdep.h38 #define XLR_MAX_INTR 64 macro
/freebsd-13-stable/sys/mips/nlm/
H A Dintr_machdep.c81 static struct xlp_intrsrc xlp_interrupts[XLR_MAX_INTR];
82 static mips_intrcnt_t mips_intr_counters[XLR_MAX_INTR];
168 KASSERT(irq > 0 && irq <= XLR_MAX_INTR,
188 KASSERT(irq > 0 && irq <= XLR_MAX_INTR ,
320 for (i = 0; i < XLR_MAX_INTR; i++) {

Completed in 56 milliseconds