Searched refs:DXEPCTL_STALL (Results 1 – 2 of 2) sorted by relevance
1054 if (index && ctrl & DXEPCTL_STALL) { in dwc2_hsotg_start_req()1866 ctrl |= DXEPCTL_STALL; in dwc2_hsotg_stall_ep0()2803 if ((epctl & DXEPCTL_STALL) && (epctl & DXEPCTL_EPTYPE_BULK)) { in dwc2_gadget_handle_ep_disabled()4297 epctl |= DXEPCTL_STALL | DXEPCTL_SNAK; in dwc2_hsotg_ep_sethalt()4301 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()4313 epctl |= DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()4315 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
557 #define DXEPCTL_STALL BIT(21) macro