Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/dwc2/
Dgadget.c1057 u32 epctrl_reg; in dwc2_hsotg_start_req() local
1080 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req()
1084 __func__, dwc2_readl(hsotg, epctrl_reg), index, in dwc2_hsotg_start_req()
1088 ctrl = dwc2_readl(hsotg, epctrl_reg); in dwc2_hsotg_start_req()
1215 dwc2_writel(hsotg, ctrl, epctrl_reg); in dwc2_hsotg_start_req()
1238 if (!(dwc2_readl(hsotg, epctrl_reg) & DXEPCTL_EPENA)) in dwc2_hsotg_start_req()
1241 index, dwc2_readl(hsotg, epctrl_reg)); in dwc2_hsotg_start_req()
1244 __func__, dwc2_readl(hsotg, epctrl_reg)); in dwc2_hsotg_start_req()
3896 u32 epctrl_reg; in dwc2_hsotg_ep_stop_xfr() local
3899 epctrl_reg = hs_ep->dir_in ? DIEPCTL(hs_ep->index) : in dwc2_hsotg_ep_stop_xfr()
[all …]