Lines Matching defs:value
30 #define MLX90632_EE_CTRL 0x24d4 /* Control register initial value */
31 #define MLX90632_EE_I2C_ADDR 0x24d5 /* I2C address register initial value */
54 #define MLX90632_EE_Ha 0x2481 /* Ha customer calib value reg 16bit */
55 #define MLX90632_EE_Hb 0x2482 /* Hb customer calib value reg 16bit */
115 #define MLX90632_REF_12 12LL /* ResCtrlRef value of Ch 1 or Ch 2 */
116 #define MLX90632_REF_3 12LL /* ResCtrlRef value of Channel 3 */
119 #define MLX90632_EXTENDED_LIMIT 27000 /* Extended mode raw value limit */
463 u32 value;
469 value = read;
475 *reg_value = (read << 16) | (value & 0xffff);