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

  /src/sys/arch/macppc/dev/
adb_direct.c 195 int adbWriteDelay = 0; /* working on (or waiting to do) a write */
434 if (adbWriteDelay == 1) {
489 adbWriteDelay = 1; /* must retry when done with
519 adbWriteDelay = 0; /* done writing */
581 if (adbWriteDelay == 0) /* it's busy, but is anything waiting? */
582 adbWriteDelay = 1; /* if no, then we'll "queue"
622 if (adbWriteDelay != 1) { /* start command now? */
634 adbWriteDelay = 1; /* something in the write "queue" */
  /src/sys/arch/mac68k/dev/
adb_direct.c 233 int adbWriteDelay = 0; /* working on (or waiting to do) a write */
501 if (adbWriteDelay == 1) {
556 adbWriteDelay = 1; /* must retry when done with
586 adbWriteDelay = 0; /* done writing */
648 if (adbWriteDelay == 0) /* it's busy, but is anything waiting? */
649 adbWriteDelay = 1; /* if no, then we'll "queue"
689 if (adbWriteDelay != 1) { /* start command now? */
701 adbWriteDelay = 1; /* something in the write "queue" */
1333 if (adbWriteDelay == 1) { /* were we waiting to
1377 adbWriteDelay = 1; /* must retry when done wit
    [all...]

Completed in 13 milliseconds