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

/netbsd-current/sys/arch/mac68k/dev/
H A Dsbcvar.h81 #define SBC_INTR 0x02 /* Allow SCSI IRQ/DRQ interrupts */ macro
84 #define SBC_OPTIONS_MASK (SBC_PDMA_NO_WRITE|SBC_RESELECT|SBC_INTR|SBC_PDMA)
/netbsd-current/sys/arch/mac68k/obio/
H A Dsbc_obio.c136 sc->sc_options &= ~(SBC_INTR | SBC_RESELECT);
142 sc->sc_options &= ~(SBC_INTR | SBC_RESELECT);
200 if (sc->sc_options & SBC_INTR) {
223 if (sc->sc_options & (SBC_INTR|SBC_RESELECT)) {
252 if (sc->sc_options & SBC_INTR)
270 if (sc->sc_options & SBC_INTR)
288 if (sc->sc_options & SBC_INTR)

Completed in 118 milliseconds