Searched refs:DWC3_GCTL (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/dwc3/ |
| H A D | core.c | 143 reg = dwc3_readl(dwc, DWC3_GCTL); in dwc3_set_prtcap() 158 dwc3_writel(dwc, DWC3_GCTL, reg); in dwc3_set_prtcap() 219 reg = dwc3_readl(dwc, DWC3_GCTL); in __dwc3_set_mode() 221 dwc3_writel(dwc, DWC3_GCTL, reg); in __dwc3_set_mode() 231 reg = dwc3_readl(dwc, DWC3_GCTL); in __dwc3_set_mode() 233 dwc3_writel(dwc, DWC3_GCTL, reg); in __dwc3_set_mode() 1018 reg = dwc3_readl(dwc, DWC3_GCTL); in dwc3_core_setup_global_control() 1096 dwc3_writel(dwc, DWC3_GCTL, reg); in dwc3_core_setup_global_control() 1216 reg = dwc3_readl(dwc, DWC3_GCTL); in dwc3_set_power_down_clk_scale() 1221 dwc3_writel(dwc, DWC3_GCTL, reg); in dwc3_set_power_down_clk_scale()
|
| H A D | drd.c | 108 reg = dwc3_readl(dwc, DWC3_GCTL); in dwc3_otgregs_init() 110 dwc3_writel(dwc, DWC3_GCTL, reg); in dwc3_otgregs_init()
|
| H A D | debugfs.c | 409 reg = dwc3_readl(dwc, DWC3_GCTL); in dwc3_mode_show()
|
| H A D | core.h | 101 #define DWC3_GCTL 0xc110 macro
|