Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c555 if (index && ctrl & DXEPCTL_STALL) { in dwc2_hsotg_start_req()
1174 ctrl |= DXEPCTL_STALL; in dwc2_hsotg_stall_ep0()
2013 if ((epctl & DXEPCTL_STALL) && in dwc2_hsotg_epint()
3012 epctl |= DXEPCTL_STALL | DXEPCTL_SNAK; in dwc2_hsotg_ep_sethalt()
3016 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
3029 epctl |= DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
3031 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
Dhw.h523 #define DXEPCTL_STALL (1 << 21) macro