Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Dcore.c423 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
426 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
Dcore.h178 #define DWC3_GUSB2PHYCFG_SUSPHY (1 << 6) macro