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

  /src/sys/arch/macppc/dev/
adb_direct.c 97 #define ADB_ACTION_IDLE 0x2 /* the bus is currently idle */
303 adbActionState = ADB_ACTION_IDLE;
351 case ADB_ACTION_IDLE:
425 adbActionState = ADB_ACTION_IDLE;
448 adbActionState = ADB_ACTION_IDLE;
487 adbActionState = ADB_ACTION_IDLE; /* new state */
520 adbActionState = ADB_ACTION_IDLE; /* signal bus is idle */
578 if ((adbActionState == ADB_ACTION_IDLE) && /* ADB available? */
640 while ((adbActionState != ADB_ACTION_IDLE) || (ADB_INTR_IS_ON)
946 adbActionState = ADB_ACTION_IDLE; /* used by all types o
    [all...]
  /src/sys/arch/mac68k/dev/
adb_direct.c 108 #define ADB_ACTION_IDLE 0x2 /* the bus is currently idle */
378 adbActionState = ADB_ACTION_IDLE;
418 case ADB_ACTION_IDLE:
492 adbActionState = ADB_ACTION_IDLE;
515 adbActionState = ADB_ACTION_IDLE;
554 adbActionState = ADB_ACTION_IDLE; /* new state */
587 adbActionState = ADB_ACTION_IDLE; /* signal bus is idle */
645 if ((adbActionState == ADB_ACTION_IDLE) && /* ADB available? */
707 while ((adbActionState != ADB_ACTION_IDLE) || (ADB_INTR_IS_ON)
774 adbActionState = ADB_ACTION_IDLE;
    [all...]

Completed in 29 milliseconds