Home
last modified time | relevance | path

Searched refs:CUDA_IDLE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dcuda.c214 sc->sc_state = CUDA_IDLE; /* used by all types of hardware */ in cuda_attach()
433 if (sc->sc_state == CUDA_IDLE && !cuda_intr_state(sc)) { in cuda_send_outbound()
513 if (sc->sc_state == CUDA_IDLE && !cuda_intr_state(sc) && in cuda_poll()
545 case CUDA_IDLE: in cuda_intr()
617 sc->sc_state = CUDA_IDLE; in cuda_intr()
639 sc->sc_state = CUDA_IDLE; in cuda_intr()
667 sc->sc_state = CUDA_IDLE; /* new state */ in cuda_intr()
678 sc->sc_state = CUDA_IDLE; /* signal bus is idle */ in cuda_intr()
703 if (!sc->sc_waiting && sc->sc_state == CUDA_IDLE) in cuda_intr()
H A Dcudavar.h60 #define CUDA_IDLE 0x2 /* the bus is currently idle */ macro