usb: dwc2: Remove version check in GSNPSID
[linux-block.git] / drivers / usb / dwc2 / hw.h
index 2c906d8ee465809492af2eec401198ebe38648e6..43a3fb00f14f9ade95bb27c95e02ddbe22cf4902 100644 (file)
 #define GUID                           HSOTG_REG(0x003c)
 #define GSNPSID                                HSOTG_REG(0x0040)
 #define GHWCFG1                                HSOTG_REG(0x0044)
+#define GSNPSID_ID_MASK                        GENMASK(31, 16)
 
 #define GHWCFG2                                HSOTG_REG(0x0048)
 #define GHWCFG2_OTG_ENABLE_IC_USB              BIT(31)