Searched refs:DWC3_GCTL (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/usb/dwc3/ |
D | core.c | 39 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_set_mode() 42 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_set_mode() 54 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_core_soft_reset() 56 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_core_soft_reset() 83 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_core_soft_reset() 85 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_core_soft_reset() 447 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_core_init() 515 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_core_init()
|
D | core.h | 73 #define DWC3_GCTL 0xc110 macro
|
D | gadget.c | 2129 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_update_ram_clk_sel() 2131 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_update_ram_clk_sel()
|