Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Ddwc2.c392 usbcfg &= ~(DWC2_GUSBCFG_ULPI_UTMI_SEL | DWC2_GUSBCFG_PHYIF); in dwc_otg_core_init()
395 if (usbcfg & DWC2_GUSBCFG_ULPI_UTMI_SEL) { /* ULPI interface */ in dwc_otg_core_init()
Ddwc2.h122 #define DWC2_GUSBCFG_ULPI_UTMI_SEL (1 << 4) macro