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

  /src/sys/dev/ic/
sunscpal.c 265 sc->sc_state |= SUNSCPAL_DOINGDMA;
326 if ((sc->sc_state & SUNSCPAL_DOINGDMA) == 0) {
332 sc->sc_state &= ~SUNSCPAL_DOINGDMA;
630 if ((sc->sc_state & SUNSCPAL_DOINGDMA) == 0) {
1688 if ((sc->sc_state & SUNSCPAL_DOINGDMA) != 0) {
2201 if (sc->sc_state & SUNSCPAL_DOINGDMA)
sunscpalvar.h 219 #define SUNSCPAL_DOINGDMA 0x04 /* The FIFO data path is active! */

Completed in 34 milliseconds