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