Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dcore.c138 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_set_prtcap()
141 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_set_prtcap()
200 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in __dwc3_set_mode()
202 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in __dwc3_set_mode()
212 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in __dwc3_set_mode()
214 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in __dwc3_set_mode()
995 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_core_setup_global_control()
1073 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_core_setup_global_control()
1193 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_set_power_down_clk_scale()
1198 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.c412 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_mode_show()
Dcore.h101 #define DWC3_GCTL 0xc110 macro