Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c720 reg &= ~DWC3_GUSB2PHYCFG_ULPI_UTMI; in dwc3_hs_phy_setup()
724 reg |= DWC3_GUSB2PHYCFG_ULPI_UTMI; in dwc3_hs_phy_setup()
728 if (!(reg & DWC3_GUSB2PHYCFG_ULPI_UTMI)) in dwc3_hs_phy_setup()
H A Dcore.h303 #define DWC3_GUSB2PHYCFG_ULPI_UTMI BIT(4) macro