Searched refs:DWC2_SNPSID_DEVID_MASK (Results 1 – 2 of 2) sorted by relevance
1172 if ((snpsid & DWC2_SNPSID_DEVID_MASK) != DWC2_SNPSID_DEVID_VER_2xx && in dwc2_init_common()1173 (snpsid & DWC2_SNPSID_DEVID_MASK) != DWC2_SNPSID_DEVID_VER_3xx) { in dwc2_init_common()
738 #define DWC2_SNPSID_DEVID_MASK (0xfffff << 12) macro