Searched refs:DWC3_GCTL (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/usb/dwc3/ |
D | core.c | 138 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()
|
D | drd.c | 108 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_otgregs_init() 110 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_otgregs_init()
|
D | debugfs.c | 412 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_mode_show()
|
D | core.h | 101 #define DWC3_GCTL 0xc110 macro
|