Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c561 if (ctrl & DXEPCTL_STALL) { in s3c_hsotg_start_req()
1173 ctrl |= DXEPCTL_STALL; in s3c_hsotg_stall_ep0()
1992 if ((epctl & DXEPCTL_STALL) && in s3c_hsotg_epint()
2869 epctl |= DXEPCTL_STALL + DXEPCTL_SNAK; in s3c_hsotg_ep_sethalt()
2873 epctl &= ~DXEPCTL_STALL; in s3c_hsotg_ep_sethalt()
2886 epctl |= DXEPCTL_STALL; in s3c_hsotg_ep_sethalt()
2888 epctl &= ~DXEPCTL_STALL; in s3c_hsotg_ep_sethalt()
Dhw.h522 #define DXEPCTL_STALL (1 << 21) macro