Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc3/
Ddrd.c107 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_otgregs_init()
109 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_otgregs_init()
Dcore.c106 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_set_prtcap()
109 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_set_prtcap()
717 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_core_setup_global_control()
783 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_core_setup_global_control()
Ddebugfs.c289 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_mode_show()
Dcore.h86 #define DWC3_GCTL 0xc110 macro