Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dgadget.c555 if (index && ctrl & DXEPCTL_STALL) { in dwc2_hsotg_start_req()
1169 ctrl |= DXEPCTL_STALL; in dwc2_hsotg_stall_ep0()
2008 if ((epctl & DXEPCTL_STALL) && in dwc2_hsotg_epint()
3007 epctl |= DXEPCTL_STALL | DXEPCTL_SNAK; in dwc2_hsotg_ep_sethalt()
3011 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
3024 epctl |= DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
3026 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
Dhw.h523 #define DXEPCTL_STALL (1 << 21) macro