Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Decppio.h63 #define ECPP_PE 0x20 macro
/titanic_41/usr/src/uts/common/io/
H A Decpp.c1479 if (status & ECPP_PE) { in ecpp_get_error_status()
1660 if ((pp->saved_dsr & ECPP_PE) || in ecpp_putioc()
1743 if ((dsr & ECPP_PE) || in ecpp_putioc()
1779 status = (dsr & (ECPP_SLCT | ECPP_PE | ECPP_nERR)) | in ecpp_putioc()
3986 if ((dsr & ECPP_PE) || ((dsr & statmask) != statmask)) { in ecpp_check_status()
4164 if ((dsr & (ECPP_PE | ECPP_nBUSY | ECPP_SLCT)) != in ecp_negotiation()
4179 if (wait_dsr(pp, ECPP_PE, ECPP_PE, 35000) < 0) { in ecp_negotiation()
4214 if ((dsr & (ECPP_PE | ECPP_nERR)) == 0) { in nibble_negotiation()
4286 if (wait_dsr(pp, ECPP_nERR | ECPP_SLCT | ECPP_PE | ECPP_nACK, in ecpp_1284_negotiation()
4287 ECPP_nERR | ECPP_SLCT | ECPP_PE, 35000) < 0) { in ecpp_1284_negotiation()
[all …]