Home
last modified time | relevance | path

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

/external/u-boot/include/linux/usb/
Ddwc3.h201 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17) macro
/external/u-boot/drivers/usb/dwc3/
Dcore.c351 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
375 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
Dcore.h182 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17) macro