Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h409 #define DWC2_HWCFG2_ARCHITECTURE_MASK (0x3 << 3) macro
H A Ddwc2.c435 switch (readl(&regs->ghwcfg2) & DWC2_HWCFG2_ARCHITECTURE_MASK) { in dwc_otg_core_init()