Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c59 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_core_soft_reset()
61 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_core_soft_reset()
71 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_core_soft_reset()
73 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_core_soft_reset()
341 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_phy_setup()
376 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_phy_setup()
H A Dcore.h104 #define DWC3_GUSB3PIPECTL(n) (0xc2c0 + (n * 0x04)) macro
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c111 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_enable_susphy()
117 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_enable_susphy()
651 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_phy_setup()
689 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_phy_setup()
2135 (dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)) & in dwc3_suspend_common()
H A Dcore.h135 #define DWC3_GUSB3PIPECTL(n) (0xc2c0 + ((n) * 0x04)) macro