Searched refs:SBP_IRQ_VALID (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/isa/ | ||
| D | sbreg.h | 280 #define SBP_IRQ_VALID(irq) ((irq) == 5 || (irq) == 7 || (irq) == 9 || (irq) == 10) macro |
| D | sb.c | 176 if (!SBP_IRQ_VALID(sc->sc_irq)) { in sbmatch() |