Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Decppio.h60 #define ECPP_SLCT 0x10 macro
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c1483 if (!(status & ECPP_SLCT)) { in ecpp_get_error_status()
1661 !(pp->saved_dsr & ECPP_SLCT) || 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()
3985 statmask = ECPP_nERR | ECPP_SLCT | ECPP_nBUSY | ECPP_nACK; in ecpp_check_status()
4166 if ((dsr & (ECPP_PE | ECPP_nBUSY | ECPP_SLCT)) != in ecp_negotiation()
4167 (ECPP_nBUSY | ECPP_SLCT)) { in ecp_negotiation()
4288 if (wait_dsr(pp, ECPP_nERR | ECPP_SLCT | ECPP_PE | ECPP_nACK, in ecpp_1284_negotiation()
4289 ECPP_nERR | ECPP_SLCT | ECPP_PE, 35000) < 0) { in ecpp_1284_negotiation()
4315 xflag = (xreq == ECPP_XREQ_NIBBLE) ? 0 : ECPP_SLCT; in ecpp_1284_negotiation()
[all …]