Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Decppio.h59 #define ECPP_nERR 0x08 macro
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c1475 if (!(status & ECPP_nERR)) { in ecpp_get_error_status()
1662 !(pp->saved_dsr & ECPP_nERR)) { in ecpp_putioc()
1744 !(dsr & ECPP_SLCT) || !(dsr & ECPP_nERR)) { in ecpp_putioc()
1779 status = (dsr & (ECPP_SLCT | ECPP_PE | ECPP_nERR)) | in ecpp_putioc()
3141 (((dsr & ECPP_nERR) == 0) && in ecpp_isr()
3190 if ((dsr & ECPP_nERR) == 0) { in ecpp_isr()
3274 if ((DSR_READ(pp) & ECPP_nERR) == 0) { in ecpp_M1553_intr()
3985 statmask = ECPP_nERR | ECPP_SLCT | ECPP_nBUSY | ECPP_nACK; in ecpp_check_status()
4216 if ((dsr & (ECPP_PE | ECPP_nERR)) == 0) { in nibble_negotiation()
4288 if (wait_dsr(pp, ECPP_nERR | ECPP_SLCT | ECPP_PE | ECPP_nACK, in ecpp_1284_negotiation()
[all …]