Searched refs:DWC3_GCTL (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/usb/dwc3/ |
| D | core.c | 109 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_set_prtcap() 112 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_set_prtcap() 163 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in __dwc3_set_mode() 165 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in __dwc3_set_mode() 175 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in __dwc3_set_mode() 177 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in __dwc3_set_mode() 766 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_core_setup_global_control() 831 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_core_setup_global_control()
|
| 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 | 395 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_mode_show()
|
| D | core.h | 92 #define DWC3_GCTL 0xc110 macro
|