Lines Matching refs:ECPP_nERR
1475 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()
3139 (((dsr & ECPP_nERR) == 0) && in ecpp_isr()
3188 if ((dsr & ECPP_nERR) == 0) { in ecpp_isr()
3272 if ((DSR_READ(pp) & ECPP_nERR) == 0) { in ecpp_M1553_intr()
3983 statmask = ECPP_nERR | ECPP_SLCT | ECPP_nBUSY | ECPP_nACK; in ecpp_check_status()
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()
4399 if (wait_dsr(pp, ECPP_nERR | ECPP_nBUSY | ECPP_nACK, in ecpp_1284_termination()
4400 ECPP_nERR, 35000) < 0) { in ecpp_1284_termination()
5125 if ((DSR_READ(pp) & ECPP_nERR) == 0) { in ecpp_idle_phase()
5161 pp->current_phase = (DSR_READ(pp) & (ECPP_nERR | ECPP_PE)) in read_nibble_backchan()
5186 while (i-- && !(DSR_READ(pp) & ECPP_nERR)) { in read_nibble_backchan()
5194 pp->current_phase = (DSR_READ(pp) & (ECPP_nERR | ECPP_PE)) in read_nibble_backchan()
5231 if ((dsr & (ECPP_PE | ECPP_nERR)) == 0) { in devidnib_negotiation()
5294 if ((dsr & ECPP_nERR) || in ecpp_getdevid()
5296 (dsr & ECPP_nERR) || in ecpp_getdevid()
5316 while (i && ((dsr & ECPP_nERR) == 0)) { in ecpp_getdevid()