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

  /src/sys/arch/macppc/dev/
adb_direct.c 129 #define ADB_INTR_IS_OFF (vPB3 == (read_via_reg(VIA1, vBufB) & vPB3))
359 if (ADB_INTR_IS_OFF) /* must have been a fake start */
376 if (ADB_INTR_IS_OFF)
579 (ADB_INTR_IS_OFF)) { /* and no incoming interrupt? */
  /src/sys/arch/mac68k/dev/
adb_direct.c 154 #define ADB_INTR_IS_OFF (vPB3 == (via_reg(VIA1, vBufB) & vPB3))
426 if (ADB_INTR_IS_OFF) /* must have been a fake start */
443 if (ADB_INTR_IS_OFF)
646 (ADB_INTR_IS_OFF)) { /* and no incoming interrupt? */
1120 (ADB_INTR_IS_OFF)) { /* and no incoming interrupts? */
1284 if (ADB_INTR_IS_OFF) /* check for end of frame */
1472 (ADB_INTR_IS_OFF)) {/* and no incoming interrupt? */
1991 if (ADB_INTR_IS_OFF)
2090 if (ADB_INTR_IS_OFF) /* check for end of frame */

Completed in 14 milliseconds