Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc3/
Dcore.c111 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_set_prtcap()
114 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_set_prtcap()
168 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in __dwc3_set_mode()
170 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in __dwc3_set_mode()
180 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in __dwc3_set_mode()
182 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in __dwc3_set_mode()
879 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_core_setup_global_control()
944 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_core_setup_global_control()
1064 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_set_power_down_clk_scale()
1069 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_set_power_down_clk_scale()
Ddrd.c108 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_otgregs_init()
110 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_otgregs_init()
Ddebugfs.c395 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_mode_show()
Dcore.h92 #define DWC3_GCTL 0xc110 macro