Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Decppio.h62 #define ECPP_nACK 0x40 macro
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c3985 statmask = ECPP_nERR | ECPP_SLCT | ECPP_nBUSY | ECPP_nACK; in ecpp_check_status()
4288 if (wait_dsr(pp, ECPP_nERR | ECPP_SLCT | ECPP_PE | ECPP_nACK, in ecpp_1284_negotiation()
4321 if (wait_dsr(pp, ECPP_nACK, ECPP_nACK, 35000) < 0) { in ecpp_1284_negotiation()
4401 if (wait_dsr(pp, ECPP_nERR | ECPP_nBUSY | ECPP_nACK, in ecpp_1284_termination()
4417 if (wait_dsr(pp, ECPP_nACK, ECPP_nACK, 35000) < 0) { in ecpp_1284_termination()
4702 if (wait_dsr(pp, ECPP_nACK, 0, 35000) < 0) { in nibble_peripheral2host()
4718 if (wait_dsr(pp, ECPP_nACK, ECPP_nACK, 35000) < 0) { in nibble_peripheral2host()
4728 *byte = ((((n[1] & ~ECPP_nACK) << 1) | (~n[1] & ECPP_nBUSY)) & 0xf0) | in nibble_peripheral2host()
4729 ((((n[0] & ~ECPP_nACK) >> 3) | ((~n[0] & ECPP_nBUSY) >> 4)) & 0x0f); in nibble_peripheral2host()