Home
last modified time | relevance | path

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

/titanic_41/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()
4450 pp->current_phase == ECPP_PHASE_ECP_REV_IDLE); in ecp_peripheral2host()
4556 pp->current_phase = ECPP_PHASE_ECP_REV_IDLE; in ecp_peripheral2host()
4656 pp->current_phase = ECPP_PHASE_ECP_REV_IDLE; in ecpp_ecp_read_completion()
4854 pp->current_phase = ECPP_PHASE_ECP_REV_IDLE; in ecp_forward2reverse()
4870 pp->current_phase == ECPP_PHASE_ECP_REV_IDLE); in ecp_reverse2forward()
5113 pp->current_phase == ECPP_PHASE_ECP_REV_IDLE); in ecpp_idle_phase()
5116 if ((pp->current_phase == ECPP_PHASE_ECP_REV_IDLE) && in ecpp_idle_phase()
/titanic_41/usr/src/uts/common/sys/
H A Decppvar.h275 #define ECPP_PHASE_ECP_REV_IDLE 0x35 /* ecp reverse idle */ macro