Home
last modified time | relevance | path

Searched refs:SBP_IRQ_VALID (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/isa/
Dsbreg.h283 #define SBP_IRQ_VALID(irq) ((irq) == 5 || (irq) == 7 || (irq) == 9 || (irq) == 10 || (irq) == 15) macro
Dsb.c163 if (!SBP_IRQ_VALID(sc->sc_irq)) { in sbmatch()