Searched refs:ECPP_PHASE_ECP_FWD_IDLE (Results 1 – 2 of 2) sorted by relevance
1209 (pp->current_phase != ECPP_PHASE_ECP_FWD_IDLE)) { in ecpp_close()2688 pp->current_phase = ECPP_PHASE_ECP_FWD_IDLE; in ecpp_flush()2783 ASSERT(pp->current_phase == ECPP_PHASE_ECP_FWD_IDLE || in ecpp_start()4189 pp->current_phase = ECPP_PHASE_ECP_FWD_IDLE; in ecp_negotiation()4774 if ((pp->current_phase == ECPP_PHASE_ECP_FWD_IDLE) && in ecpp_peripheral2host()4838 pp->current_phase == ECPP_PHASE_ECP_FWD_IDLE); in ecp_forward2reverse()4897 pp->current_phase = ECPP_PHASE_ECP_FWD_IDLE; in ecp_reverse2forward()4945 (pp->current_phase != ECPP_PHASE_ECP_FWD_IDLE)) { in ecpp_mode_negotiation()5114 ASSERT(pp->current_phase == ECPP_PHASE_ECP_FWD_IDLE || in ecpp_idle_phase()
273 #define ECPP_PHASE_ECP_FWD_IDLE 0x32 /* ecp forward idle */ macro