Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mac68k/dev/
Dadb_direct.c230 int adbActionState = ADB_ACTION_NOTREADY; variable
374 if (adbActionState == ADB_ACTION_IN) { in adb_cuda_tickle()
378 adbActionState = ADB_ACTION_IDLE; in adb_cuda_tickle()
417 switch (adbActionState) { in adb_intr_cuda()
433 adbActionState = ADB_ACTION_IN; in adb_intr_cuda()
492 adbActionState = ADB_ACTION_IDLE; in adb_intr_cuda()
504 adbActionState = ADB_ACTION_OUT; in adb_intr_cuda()
515 adbActionState = ADB_ACTION_IDLE; in adb_intr_cuda()
554 adbActionState = ADB_ACTION_IDLE; /* new state */ in adb_intr_cuda()
587 adbActionState = ADB_ACTION_IDLE; /* signal bus is idle */ in adb_intr_cuda()
[all …]
/netbsd/src/sys/arch/macppc/dev/
Dadb_direct.c193 int adbActionState = ADB_ACTION_NOTREADY; variable
299 if (adbActionState == ADB_ACTION_IN) { in adb_cuda_tickle()
303 adbActionState = ADB_ACTION_IDLE; in adb_cuda_tickle()
350 switch (adbActionState) { in adb_intr_cuda()
366 adbActionState = ADB_ACTION_IN; in adb_intr_cuda()
425 adbActionState = ADB_ACTION_IDLE; in adb_intr_cuda()
437 adbActionState = ADB_ACTION_OUT; in adb_intr_cuda()
448 adbActionState = ADB_ACTION_IDLE; in adb_intr_cuda()
487 adbActionState = ADB_ACTION_IDLE; /* new state */ in adb_intr_cuda()
520 adbActionState = ADB_ACTION_IDLE; /* signal bus is idle */ in adb_intr_cuda()
[all …]