Searched refs:ECPP_nBUSY (Results 1 – 2 of 2) sorted by relevance
65 #define ECPP_nBUSY 0x80 macro
1487 if (!(status & ECPP_nBUSY)) { in ecpp_get_error_status()1780 (~dsr & ECPP_nBUSY); in ecpp_putioc()3983 statmask = ECPP_nERR | ECPP_SLCT | ECPP_nBUSY | ECPP_nACK; in ecpp_check_status()4164 if ((dsr & (ECPP_PE | ECPP_nBUSY | ECPP_SLCT)) != in ecp_negotiation()4165 (ECPP_nBUSY | ECPP_SLCT)) { in ecp_negotiation()4399 if (wait_dsr(pp, ECPP_nERR | ECPP_nBUSY | ECPP_nACK, in ecpp_1284_termination()4726 *byte = ((((n[1] & ~ECPP_nACK) << 1) | (~n[1] & ECPP_nBUSY)) & 0xf0) | in nibble_peripheral2host()4727 ((((n[0] & ~ECPP_nACK) >> 3) | ((~n[0] & ECPP_nBUSY) >> 4)) & 0x0f); in nibble_peripheral2host()