Home
last modified time | relevance | path

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

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