Searched refs:DWC3_GUSB2PHYCFG_ULPI_UTMI (Results 1 – 2 of 2) sorted by relevance
627 reg &= ~DWC3_GUSB2PHYCFG_ULPI_UTMI; in dwc3_phy_setup()631 reg |= DWC3_GUSB2PHYCFG_ULPI_UTMI; in dwc3_phy_setup()635 if (!(reg & DWC3_GUSB2PHYCFG_ULPI_UTMI)) in dwc3_phy_setup()
271 #define DWC3_GUSB2PHYCFG_ULPI_UTMI BIT(4) macro