Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dgadget.c1059 u32 epctrl_reg; in dwc2_hsotg_start_req() local
1082 epctrl_reg = dir_in ? DIEPCTL(index) : DOEPCTL(index); in dwc2_hsotg_start_req()
1086 __func__, dwc2_readl(hsotg, epctrl_reg), index, in dwc2_hsotg_start_req()
1090 ctrl = dwc2_readl(hsotg, epctrl_reg); in dwc2_hsotg_start_req()
1219 dwc2_writel(hsotg, ctrl, epctrl_reg); in dwc2_hsotg_start_req()
1242 if (!(dwc2_readl(hsotg, epctrl_reg) & DXEPCTL_EPENA)) in dwc2_hsotg_start_req()
1245 index, dwc2_readl(hsotg, epctrl_reg)); in dwc2_hsotg_start_req()
1248 __func__, dwc2_readl(hsotg, epctrl_reg)); in dwc2_hsotg_start_req()
3942 u32 epctrl_reg; in dwc2_hsotg_ep_stop_xfr() local
3945 epctrl_reg = hs_ep->dir_in ? DIEPCTL(hs_ep->index) : in dwc2_hsotg_ep_stop_xfr()
[all …]