Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.c398 usbcfg &= ~(DWC2_GUSBCFG_ULPI_UTMI_SEL | DWC2_GUSBCFG_PHYIF); in dwc_otg_core_init()
409 usbcfg |= DWC2_GUSBCFG_PHYIF; in dwc_otg_core_init()
H A Ddwc2.h121 #define DWC2_GUSBCFG_PHYIF (1 << 3) macro