Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Dgadget.c2249 u32 epctl = dwc2_readl(hsotg, DOEPCTL(ep_idx)); in dwc2_hsotg_rx_data() local
2254 __func__, size, ep_idx, epctl); in dwc2_hsotg_rx_data()
2827 int epctl = dwc2_readl(hsotg, epctl_reg); in dwc2_gadget_handle_ep_disabled() local
2836 if ((epctl & DXEPCTL_STALL) && (epctl & DXEPCTL_EPTYPE_BULK)) { in dwc2_gadget_handle_ep_disabled()
4310 u32 epctl; in dwc2_hsotg_ep_sethalt() local
4337 epctl = dwc2_readl(hs, epreg); in dwc2_hsotg_ep_sethalt()
4340 epctl |= DXEPCTL_STALL | DXEPCTL_SNAK; in dwc2_hsotg_ep_sethalt()
4341 if (epctl & DXEPCTL_EPENA) in dwc2_hsotg_ep_sethalt()
4342 epctl |= DXEPCTL_EPDIS; in dwc2_hsotg_ep_sethalt()
4344 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
[all …]