Home
last modified time | relevance | path

Searched refs:DWC3_GUSB3PIPECTL_SUSPHY (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h201 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17) macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c350 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
374 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
H A Dcore.h174 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17) macro
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c113 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_enable_susphy()
115 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_enable_susphy()
660 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
2136 DWC3_GUSB3PIPECTL_SUSPHY); in dwc3_suspend_common()
H A Dcore.h320 #define DWC3_GUSB3PIPECTL_SUSPHY BIT(17) macro