HomeSort by: relevance | last modified time | path
    Searched defs:cuda_idle (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/dev/
cuda.c 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) function in typeref:typename:void
579 case CUDA_IDLE
    [all...]

Completed in 37 milliseconds