Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Dcore.c77 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_core_soft_reset()
79 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_core_soft_reset()
100 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_core_soft_reset()
102 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_core_soft_reset()
375 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_phy_setup()
410 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_phy_setup()
Dcore.h118 #define DWC3_GUSB3PIPECTL(n) (0xc2c0 + (n * 0x04)) macro