Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dgadget.c1056 u32 epctrl_reg; in dwc2_hsotg_start_req() local
1079 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req()
1083 __func__, dwc2_readl(hsotg, epctrl_reg), index, in dwc2_hsotg_start_req()
1087 ctrl = dwc2_readl(hsotg, epctrl_reg); in dwc2_hsotg_start_req()
1216 dwc2_writel(hsotg, ctrl, epctrl_reg); in dwc2_hsotg_start_req()
1239 if (!(dwc2_readl(hsotg, epctrl_reg) & DXEPCTL_EPENA)) in dwc2_hsotg_start_req()
1242 index, dwc2_readl(hsotg, epctrl_reg)); in dwc2_hsotg_start_req()
1245 __func__, dwc2_readl(hsotg, epctrl_reg)); in dwc2_hsotg_start_req()
3920 u32 epctrl_reg; in dwc2_hsotg_ep_stop_xfr() local
3923 epctrl_reg = hs_ep->dir_in ? DIEPCTL(hs_ep->index) : in dwc2_hsotg_ep_stop_xfr()
[all …]