Home
last modified time | relevance | path

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

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