Home
last modified time | relevance | path

Searched defs:VER (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/mfd/
H A DidtRC38xxx_reg.h195 #define IDTFC3_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) argument
196 #define IDTFC3_FW_FIELD(FW, VER, FIELD) (((FW) < (VER)) ? (FIELD) : (FIELD##_##VER)) argument
/linux/drivers/ptp/
H A Dptp_clockmatrix.h65 #define IDTCM_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) argument
/linux/drivers/media/i2c/
H A Dov2640.c182 #define VER 0x0B /* Product ID Number LSB */ macro
H A Dov772x.c52 #define VER 0x0B /* Product ID Number LSB */ macro