Searched refs:nBUSY (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sgimips/hpc/
H A Dpi1ppcreg.h57 #define nBUSY 0x80 macro
60 #define SPP_READY (SELECT | nFAULT | nBUSY)
61 #define SPP_MASK (SELECT | nFAULT | PERROR | nBUSY)
68 #define PTRBUSY nBUSY
H A Dpi1ppc.c1160 #define nibble2char(s) ((((s) & ~nACK) >> 3) | (~(s) & nBUSY) >> 4)
1552 if(((cur&nBUSY) == 0) && retry_count) {
1562 if((cur&(nFAULT|SELECT|nBUSY)) == (nFAULT|SELECT|nBUSY))
/netbsd-6-1-5-RELEASE/sys/dev/ppbus/
H A Dppbus_1284.h64 #define nPtrBusy nBUSY
65 #define nPeriphAck nBUSY
66 #define Wait nBUSY
H A Dppbus_1284.c187 while (spin-- && (ppbus_rstr(dev) & nBUSY))
264 if ((error = do_peripheral_wait(bus, SELECT | nBUSY, 0))) {
273 if ((error = do_peripheral_wait(bus, nBUSY, nBUSY))) {
285 if ((error = do_peripheral_wait(bus, nBUSY, 0))) {
306 if ((error = do_1284_wait(bus, nBUSY, nBUSY))) {
327 if ((error = do_peripheral_wait(bus, nBUSY, 0))) {
341 if ((error = do_peripheral_wait(bus, nACK | nBUSY, 0))) {
382 error = ppbus_poll_bus(dev, PPBUS_FOREVER, nBUSY, nBUS
[all...]
H A Dppbus_base.h59 #define nBUSY 0x80 macro
H A Dppbus_base.c353 status->busy = !(r & nBUSY);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Datppcreg.h96 #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
H A Datppc.c1613 #define nibble2char(s) ((((s) & ~nACK) >> 3) | (~(s) & nBUSY) >> 4)

Completed in 65 milliseconds