Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc3/
Dcore.c644 reg &= ~DWC3_GUSB2PHYCFG_ULPI_UTMI; in dwc3_phy_setup()
648 reg |= DWC3_GUSB2PHYCFG_ULPI_UTMI; in dwc3_phy_setup()
652 if (!(reg & DWC3_GUSB2PHYCFG_ULPI_UTMI)) in dwc3_phy_setup()
Dcore.h275 #define DWC3_GUSB2PHYCFG_ULPI_UTMI BIT(4) macro