Searched refs:CUDA_IDLE (Results 1 – 2 of 2) sorted by relevance
210 sc->sc_state = CUDA_IDLE; /* used by all types of hardware */ in cuda_attach()423 if (sc->sc_state == CUDA_IDLE && !cuda_intr_state(sc)) { in cuda_send_outbound()503 if (sc->sc_state == CUDA_IDLE && !cuda_intr_state(sc) && in cuda_poll()537 case CUDA_IDLE: in cuda_intr()609 sc->sc_state = CUDA_IDLE; in cuda_intr()631 sc->sc_state = CUDA_IDLE; in cuda_intr()659 sc->sc_state = CUDA_IDLE; /* new state */ in cuda_intr()670 sc->sc_state = CUDA_IDLE; /* signal bus is idle */ in cuda_intr()695 if (!sc->sc_waiting && sc->sc_state == CUDA_IDLE) in cuda_intr()
60 #define CUDA_IDLE 0x2 /* the bus is currently idle */ macro