Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c1449 u32 epctl = dwc2_readl(hsotg->regs + DOEPCTL(ep_idx)); in dwc2_hsotg_rx_data() local
1454 __func__, size, ep_idx, epctl); in dwc2_hsotg_rx_data()
2009 int epctl = dwc2_readl(hsotg->regs + epctl_reg); in dwc2_hsotg_epint() local
2013 if ((epctl & DXEPCTL_STALL) && in dwc2_hsotg_epint()
2014 (epctl & DXEPCTL_EPTYPE_BULK)) { in dwc2_hsotg_epint()
2993 u32 epctl; in dwc2_hsotg_ep_sethalt() local
3009 epctl = dwc2_readl(hs->regs + epreg); in dwc2_hsotg_ep_sethalt()
3012 epctl |= DXEPCTL_STALL | DXEPCTL_SNAK; in dwc2_hsotg_ep_sethalt()
3013 if (epctl & DXEPCTL_EPENA) in dwc2_hsotg_ep_sethalt()
3014 epctl |= DXEPCTL_EPDIS; in dwc2_hsotg_ep_sethalt()
[all …]