Searched refs:CUDA_IDLE (Results 1 – 2 of 2) sorted by relevance
215 sc->sc_state = CUDA_IDLE; /* used by all types of hardware */ in cuda_attach()428 if (sc->sc_state == CUDA_IDLE && !cuda_intr_state(sc)) { in cuda_send_outbound()508 if (sc->sc_state == CUDA_IDLE && !cuda_intr_state(sc) && in cuda_poll()540 case CUDA_IDLE: in cuda_intr()612 sc->sc_state = CUDA_IDLE; in cuda_intr()634 sc->sc_state = CUDA_IDLE; in cuda_intr()662 sc->sc_state = CUDA_IDLE; /* new state */ in cuda_intr()673 sc->sc_state = CUDA_IDLE; /* signal bus is idle */ in cuda_intr()698 if (!sc->sc_waiting && sc->sc_state == CUDA_IDLE) in cuda_intr()
60 #define CUDA_IDLE 0x2 /* the bus is currently idle */ macro