Searched refs:epctl (Results 1 – 1 of 1) sorted by relevance
2840 if ((epctl & DXEPCTL_STALL) && (epctl & DXEPCTL_EPTYPE_BULK)) { in dwc2_gadget_handle_ep_disabled()4393 u32 epctl; in dwc2_hsotg_ep_sethalt() local4420 epctl = dwc2_readl(hs, epreg); in dwc2_hsotg_ep_sethalt()4424 if (epctl & DXEPCTL_EPENA) in dwc2_hsotg_ep_sethalt()4425 epctl |= DXEPCTL_EPDIS; in dwc2_hsotg_ep_sethalt()4427 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()4432 epctl |= DXEPCTL_SETD0PID; in dwc2_hsotg_ep_sethalt()4434 dwc2_writel(hs, epctl, epreg); in dwc2_hsotg_ep_sethalt()4437 epctl = dwc2_readl(hs, epreg); in dwc2_hsotg_ep_sethalt()4447 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()[all …]