Searched refs:EP_STALLED (Results 1 – 4 of 4) sorted by relevance
104 pep->ep_state |= EP_STALLED; in cdns2_ep0_stall()195 if (pep->ep_state & EP_STALLED) in cdns2_req_ep0_handle_status()416 pep->ep_state &= ~EP_STALLED; in cdns2_handle_setup_packet()
166 pep->ep_state |= EP_STALLED; in cdns2_ep_stall_flush()808 if (!pep->wa1_set && !(pep->ep_state & EP_STALLED) && !pep->skip) { in cdns2_ep_run_transfer()1038 if (!(pep->ep_state & EP_STALLED) && in cdns2_transfer_completed()1147 if (!(pep->ep_state & EP_STALLED) && in cdns2_handle_epx_interrupt()1592 pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING); in cdns2_gadget_ep_enable()1690 if (!(pep->ep_state & EP_STALLED) && !(pep->ep_state & EP_STALL_PENDING)) in cdns2_ep_enqueue()1863 pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING); in cdns2_halt_endpoint()1879 pep->ep_state |= EP_STALLED; in cdns2_halt_endpoint()
562 #define EP_STALLED BIT(1) macro
1149 #define EP_STALLED BIT(1) macro