Searched refs:current_phase (Results 1 – 2 of 2) sorted by relevance
1057 pp->current_phase = ECPP_PHASE_PO; in ecpp_open()1122 pp->current_mode, pp->current_phase, in ecpp_open()1209 (pp->current_phase != ECPP_PHASE_ECP_FWD_IDLE)) { in ecpp_close()2685 if (pp->current_phase == ECPP_PHASE_ECP_REV_XFER) { in ecpp_flush()2686 pp->current_phase = ECPP_PHASE_ECP_REV_IDLE; in ecpp_flush()2688 pp->current_phase = ECPP_PHASE_ECP_FWD_IDLE; in ecpp_flush()2718 pp->current_mode, pp->current_phase, ECR_READ(pp), len); in ecpp_start()2783 ASSERT(pp->current_phase == ECPP_PHASE_ECP_FWD_IDLE || in ecpp_start()2784 pp->current_phase == ECPP_PHASE_ECP_REV_IDLE); in ecpp_start()2787 if (pp->current_phase == ECPP_PHASE_ECP_REV_IDLE) { in ecpp_start()[all …]
156 uchar_t current_phase; /* 1284 phase */ member