Searched refs:nBUSY (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/dev/ppbus/ |
| D | ppbus_1284.c | 187 while (spin-- && (ppbus_rstr(dev) & nBUSY)) in ppbus_peripheral_negotiate() 264 if ((error = do_peripheral_wait(bus, SELECT | nBUSY, 0))) { in ppbus_peripheral_terminate() 273 if ((error = do_peripheral_wait(bus, nBUSY, nBUSY))) { in ppbus_peripheral_terminate() 285 if ((error = do_peripheral_wait(bus, nBUSY, 0))) { in ppbus_peripheral_terminate() 306 if ((error = do_1284_wait(bus, nBUSY, nBUSY))) { in byte_peripheral_outbyte() 327 if ((error = do_peripheral_wait(bus, nBUSY, 0))) { in byte_peripheral_outbyte() 341 if ((error = do_peripheral_wait(bus, nACK | nBUSY, 0))) { in byte_peripheral_outbyte() 382 error = ppbus_poll_bus(dev, PPBUS_FOREVER, nBUSY, nBUSY, in byte_peripheral_write() 608 if (do_1284_wait(bus, nACK | SELECT | nBUSY, in ppbus_1284_negotiate() 609 nACK | SELECT | nBUSY)) { in ppbus_1284_negotiate() [all …]
|
| D | ppbus_1284.h | 64 #define nPtrBusy nBUSY 65 #define nPeriphAck nBUSY 66 #define Wait nBUSY
|
| D | ppbus_base.h | 59 #define nBUSY 0x80 macro
|
| D | ppbus_base.c | 353 status->busy = !(r & nBUSY); in ppbus_get_status()
|
| /netbsd/src/sys/arch/sgimips/hpc/ |
| D | pi1ppcreg.h | 57 #define nBUSY 0x80 macro 60 #define SPP_READY (SELECT | nFAULT | nBUSY) 61 #define SPP_MASK (SELECT | nFAULT | PERROR | nBUSY) 68 #define PTRBUSY nBUSY
|
| D | pi1ppc.c | 1160 #define nibble2char(s) ((((s) & ~nACK) >> 3) | (~(s) & nBUSY) >> 4) 1552 if(((cur&nBUSY) == 0) && retry_count) { in pi1ppc_poll_interrupt_stat() 1562 if((cur&(nFAULT|SELECT|nBUSY)) == (nFAULT|SELECT|nBUSY)) in pi1ppc_poll_interrupt_stat()
|
| /netbsd/src/sys/dev/ic/ |
| D | atppcreg.h | 96 #define nBUSY 0x80 macro 99 #define SPP_READY (SELECT | nFAULT | nBUSY) 100 #define SPP_MASK (SELECT | nFAULT | PERROR | nBUSY) 107 #define PTRBUSY nBUSY 116 #define PERIACK nBUSY 124 #define nWAIT nBUSY
|
| D | atppc.c | 1608 #define nibble2char(s) ((((s) & ~nACK) >> 3) | (~(s) & nBUSY) >> 4)
|