Searched refs:EP_STALL_PENDING (Results 1 – 4 of 4) sorted by relevance
167 pep->ep_state &= ~EP_STALL_PENDING; in cdns2_ep_stall_flush()1039 !(pep->ep_state & EP_STALL_PENDING)) in cdns2_transfer_completed()1120 if (pep->ep_state & EP_STALL_PENDING && in cdns2_handle_epx_interrupt()1148 !(pep->ep_state & EP_STALL_PENDING)) { 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()
563 #define EP_STALL_PENDING BIT(2) macro
259 (priv_ep->flags & EP_STALL_PENDING)) in cdns3_req_ep0_get_status()
1150 #define EP_STALL_PENDING BIT(2) macro