Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.h424 #define DWC2_HWCFG2_DYNAMIC_FIFO (1 << 19) macro
H A Ddwc2.c256 if (readl(&regs->ghwcfg2) & DWC2_HWCFG2_DYNAMIC_FIFO) { in dwc_otg_core_host_init()