Searched refs:EP_STALL_PENDING (Results 1 – 5 of 5) 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
276 priv_ep->flags &= ~EP_STALL_PENDING; in cdns3_ep_stall_flush()1648 !(priv_ep->flags & EP_STALL_PENDING)) in cdns3_transfer_completed()1739 if (priv_ep->flags & EP_STALL_PENDING && in cdns3_check_ep_interrupt_proceed()1764 !(priv_ep->flags & EP_STALL_PENDING)) { in cdns3_check_ep_interrupt_proceed()2468 priv_ep->flags &= ~(EP_PENDING_REQUEST | EP_STALLED | EP_STALL_PENDING | in cdns3_gadget_ep_enable()2628 !(priv_ep->flags & EP_STALL_PENDING)) in __cdns3_gadget_ep_queue()2775 priv_ep->flags |= EP_STALL_PENDING; in __cdns3_gadget_ep_set_halt()2814 priv_ep->flags &= ~(EP_STALLED | EP_STALL_PENDING); in __cdns3_gadget_ep_clear_halt()
259 (priv_ep->flags & EP_STALL_PENDING)) in cdns3_req_ep0_get_status()
1150 #define EP_STALL_PENDING BIT(2) macro