Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c395 usbcfg &= ~(DWC2_GUSBCFG_ULPI_UTMI_SEL | DWC2_GUSBCFG_PHYIF); in dwc_otg_core_init()
406 usbcfg |= DWC2_GUSBCFG_PHYIF; in dwc_otg_core_init()
H A Ddwc2.h120 #define DWC2_GUSBCFG_PHYIF (1 << 3) macro