Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/dwc2/
Dgadget.c1021 u32 epctrl_reg; in dwc2_hsotg_start_req() local
1044 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req()
1048 __func__, dwc2_readl(hsotg, epctrl_reg), index, in dwc2_hsotg_start_req()
1052 ctrl = dwc2_readl(hsotg, epctrl_reg); in dwc2_hsotg_start_req()
1185 dwc2_writel(hsotg, ctrl, epctrl_reg); in dwc2_hsotg_start_req()
1208 if (!(dwc2_readl(hsotg, epctrl_reg) & DXEPCTL_EPENA)) in dwc2_hsotg_start_req()
1211 index, dwc2_readl(hsotg, epctrl_reg)); in dwc2_hsotg_start_req()
1214 __func__, dwc2_readl(hsotg, epctrl_reg)); in dwc2_hsotg_start_req()
3836 u32 epctrl_reg; in dwc2_hsotg_ep_stop_xfr() local
3839 epctrl_reg = hs_ep->dir_in ? DIEPCTL(hs_ep->index) : in dwc2_hsotg_ep_stop_xfr()
[all …]