Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.c403 usbcfg |= DWC2_GUSBCFG_DDRSEL; in dwc_otg_core_init()
405 usbcfg &= ~DWC2_GUSBCFG_DDRSEL; in dwc_otg_core_init()
H A Ddwc2.h129 #define DWC2_GUSBCFG_DDRSEL (1 << 7) macro