HomeSort by: relevance | last modified time | path
    Searched refs:SBC_PDMA (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mac68k/dev/
sbcvar.h 81 #define SBC_PDMA 0x01 /* Use PDMA for polled transfers */
85 #define SBC_OPTIONS_MASK (SBC_PDMA_NO_WRITE|SBC_RESELECT|SBC_INTR|SBC_PDMA)
sbc.c 93 int sbc_options = 0 /* | SBC_PDMA */;
252 (sc->sc_options & SBC_PDMA) == 0 ||
325 (sc->sc_options & SBC_PDMA) == 0 ||
  /src/sys/arch/mac68k/obio/
sbc_obio.c 143 sc->sc_options |= SBC_PDMA;
154 if (sc->sc_options & SBC_PDMA)
156 sc->sc_options &= ~(SBC_PDMA);
198 if (sc->sc_options & SBC_PDMA) {

Completed in 12 milliseconds