Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c326 static int wait_dsr(struct ecppunit *, uint8_t, uint8_t, int);
4181 if (wait_dsr(pp, ECPP_PE, ECPP_PE, 35000) < 0) { in ecp_negotiation()
4239 wait_dsr(struct ecppunit *pp, uint8_t mask, uint8_t val, int ptimeout) in wait_dsr() function
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()
4760 if (wait_dsr(pp, ECPP_PE, 0, 35000) < 0) { in ecpp_peripheral2host()
[all …]