Searched refs:DXEPCTL_STALL (Results 1 – 2 of 2) sorted by relevance
561 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()
522 #define DXEPCTL_STALL (1 << 21) macro