Searched refs:DWC3_GUSB3PIPECTL (Results 1 – 2 of 2) sorted by relevance
617 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_phy_setup()672 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_phy_setup()1012 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_core_init()1014 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_core_init()
133 #define DWC3_GUSB3PIPECTL(n) (0xc2c0 + ((n) * 0x04)) macro
Completed in 13 milliseconds