Lines Matching defs:cuda_idle
62 #define CUDA_IDLE 0x2 /* the bus is currently idle */
122 static void cuda_idle(struct cuda_softc *);
345 sc->sc_state = CUDA_IDLE; /* used by all types of hardware */
348 cuda_idle(sc); /* set ADB bus state to idle */
353 cuda_idle(sc); /* reset state to idle */
361 cuda_idle(sc); /* back to idle state */
416 if (sc->sc_state == CUDA_IDLE /*&&
462 while ((sc->sc_state != CUDA_IDLE) ||
485 cuda_idle(struct cuda_softc *sc)
579 case CUDA_IDLE:
644 cuda_idle(sc);
661 DPRINTF("CUDA_IDLE");
662 sc->sc_state = CUDA_IDLE;
685 cuda_idle(sc);
687 sc->sc_state = CUDA_IDLE;
717 cuda_idle(sc);
719 sc->sc_state = CUDA_IDLE; /* new state */
731 sc->sc_state = CUDA_IDLE; /* signal bus is idle */
733 cuda_idle(sc);