Home
last modified time | relevance | path

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

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