Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/dwc3/
Dcore.c64 reg = dwc3_readl(dwc->regs, DWC3_GUSB2PHYCFG(0)); in dwc3_core_soft_reset()
66 dwc3_writel(dwc->regs, DWC3_GUSB2PHYCFG(0), reg); in dwc3_core_soft_reset()
76 reg = dwc3_readl(dwc->regs, DWC3_GUSB2PHYCFG(0)); in dwc3_core_soft_reset()
78 dwc3_writel(dwc->regs, DWC3_GUSB2PHYCFG(0), reg); in dwc3_core_soft_reset()
380 reg = dwc3_readl(dwc->regs, DWC3_GUSB2PHYCFG(0)); in dwc3_phy_setup()
394 dwc3_writel(dwc->regs, DWC3_GUSB2PHYCFG(0), reg); in dwc3_phy_setup()
Dcore.h99 #define DWC3_GUSB2PHYCFG(n) (0xc200 + (n * 0x04)) macro