Home | History | Annotate | Download | only in musb

Lines Matching defs:ep0_state

65 		if ((s) != ep0_state) {					\
70 ep0_state_strings[ep0_state],\
74 ep0_state = s; \
93 } ep0_state = IDLE;
378 (ep0_state != SET_ADDRESS)) {
597 if (SET_ADDRESS == ep0_state)
618 if (IDLE == ep0_state)
621 if (TX == ep0_state)
624 if (RX == ep0_state)
771 if (ep0_state != SET_ADDRESS) {