Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2686 pp->current_phase = ECPP_PHASE_ECP_REV_IDLE; in ecpp_flush()
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()
4452 pp->current_phase == ECPP_PHASE_ECP_REV_IDLE); in ecp_peripheral2host()
4558 pp->current_phase = ECPP_PHASE_ECP_REV_IDLE; in ecp_peripheral2host()
4658 pp->current_phase = ECPP_PHASE_ECP_REV_IDLE; in ecpp_ecp_read_completion()
4856 pp->current_phase = ECPP_PHASE_ECP_REV_IDLE; in ecp_forward2reverse()
4872 pp->current_phase == ECPP_PHASE_ECP_REV_IDLE); in ecp_reverse2forward()
5115 pp->current_phase == ECPP_PHASE_ECP_REV_IDLE); in ecpp_idle_phase()
5118 if ((pp->current_phase == ECPP_PHASE_ECP_REV_IDLE) && in ecpp_idle_phase()
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h276 #define ECPP_PHASE_ECP_REV_IDLE 0x35 /* ecp reverse idle */ macro