Searched defs:VER (Results 1 – 4 of 4) sorted by relevance
195 #define IDTFC3_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) argument196 #define IDTFC3_FW_FIELD(FW, VER, FIELD) (((FW) < (VER)) ? (FIELD) : (FIELD##_##VER)) argument
65 #define IDTCM_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) argument
182 #define VER 0x0B /* Product ID Number LSB */ macro
52 #define VER 0x0B /* Product ID Number LSB */ macro