Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc3/
Dcore.c478 reg &= ~DWC3_GUSB2PHYCFG_ULPI_UTMI; in dwc3_phy_setup()
482 reg |= DWC3_GUSB2PHYCFG_ULPI_UTMI; in dwc3_phy_setup()
486 if (!(reg & DWC3_GUSB2PHYCFG_ULPI_UTMI)) in dwc3_phy_setup()
Dcore.h181 #define DWC3_GUSB2PHYCFG_ULPI_UTMI (1 << 4) macro