Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dgadget.c944 u32 epctrl_reg; in dwc2_hsotg_start_req() local
967 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req()
971 __func__, dwc2_readl(hsotg, epctrl_reg), index, in dwc2_hsotg_start_req()
975 ctrl = dwc2_readl(hsotg, epctrl_reg); in dwc2_hsotg_start_req()
1108 dwc2_writel(hsotg, ctrl, epctrl_reg); in dwc2_hsotg_start_req()
1131 if (!(dwc2_readl(hsotg, epctrl_reg) & DXEPCTL_EPENA)) in dwc2_hsotg_start_req()
1134 index, dwc2_readl(hsotg, epctrl_reg)); in dwc2_hsotg_start_req()
1137 __func__, dwc2_readl(hsotg, epctrl_reg)); in dwc2_hsotg_start_req()
3687 u32 epctrl_reg; in dwc2_hsotg_ep_stop_xfr() local
3690 epctrl_reg = hs_ep->dir_in ? DIEPCTL(hs_ep->index) : in dwc2_hsotg_ep_stop_xfr()
[all …]