Home
last modified time | relevance | path

Searched refs:DWC3_GUSB2PHYCFG (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/dwc3/
Dcore.c82 reg = dwc3_readl(dwc->regs, DWC3_GUSB2PHYCFG(0)); in dwc3_core_soft_reset()
84 dwc3_writel(dwc->regs, DWC3_GUSB2PHYCFG(0), reg); in dwc3_core_soft_reset()
105 reg = dwc3_readl(dwc->regs, DWC3_GUSB2PHYCFG(0)); in dwc3_core_soft_reset()
107 dwc3_writel(dwc->regs, DWC3_GUSB2PHYCFG(0), reg); in dwc3_core_soft_reset()
414 reg = dwc3_readl(dwc->regs, DWC3_GUSB2PHYCFG(0)); in dwc3_phy_setup()
428 dwc3_writel(dwc->regs, DWC3_GUSB2PHYCFG(0), reg); in dwc3_phy_setup()
Dcore.h113 #define DWC3_GUSB2PHYCFG(n) (0xc200 + (n * 0x04)) macro