Searched refs:SBC_PDMA (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dsbcvar.h80 #define SBC_PDMA 0x01 /* Use PDMA for polled transfers */ macro
83 #define SBC_OPTIONS_MASK (SBC_RESELECT|SBC_INTR|SBC_PDMA)
H A Dsbc.c93 int sbc_options = 0 /* | SBC_PDMA */;
252 (sc->sc_options & SBC_PDMA) == 0)
320 (sc->sc_options & SBC_PDMA) == 0)
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/obio/
H A Dsbc_obio.c181 if (sc->sc_options & SBC_PDMA) {

Completed in 651 milliseconds