Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c143 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 Ddrd.c108 reg = dwc3_readl(dwc, DWC3_GCTL); in dwc3_otgregs_init()
110 dwc3_writel(dwc, DWC3_GCTL, reg); in dwc3_otgregs_init()
H A Ddebugfs.c409 reg = dwc3_readl(dwc, DWC3_GCTL); in dwc3_mode_show()
H A Dcore.h101 #define DWC3_GCTL 0xc110 macro