Home
last modified time | relevance | path

Searched refs:DXEPCTL_STALL (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/dwc2/
Dgadget.c977 if (index && ctrl & DXEPCTL_STALL) { in dwc2_hsotg_start_req()
1778 ctrl |= DXEPCTL_STALL; in dwc2_hsotg_stall_ep0()
2701 if ((epctl & DXEPCTL_STALL) && (epctl & DXEPCTL_EPTYPE_BULK)) { in dwc2_gadget_handle_ep_disabled()
4133 epctl |= DXEPCTL_STALL | DXEPCTL_SNAK; in dwc2_hsotg_ep_sethalt()
4137 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
4149 epctl |= DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
4151 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
Dhw.h540 #define DXEPCTL_STALL BIT(21) macro