Searched refs:DWC2_HWCFG2_ARCHITECTURE_MASK (Results 1 – 2 of 2) sorted by relevance
410 #define DWC2_HWCFG2_ARCHITECTURE_MASK (0x3 << 3) macro
438 switch (readl(®s->ghwcfg2) & DWC2_HWCFG2_ARCHITECTURE_MASK) { in dwc_otg_core_init()