Lines Matching defs:value
13 * calculation method to in6-in7(measured value, limits) is a little
147 0x85, /* SmartFanI: Fan1 target value */
148 0x86, /* SmartFanI: Fan2 target value */
149 0x96 /* SmartFanI: Fan3 target value */
267 u8 in[9]; /* Register value */
268 u8 in_max[9]; /* Register value */
269 u8 in_min[9]; /* Register value */
271 u8 fan[7]; /* Register value */
272 u8 fan_min[7]; /* Register value */
274 u8 temp_add[2][6]; /* Register value */
280 u8 thermal_cruise[3]; /* Smart FanI: Fan1,2,3 target value */
333 w83792d_write_value(struct i2c_client *client, u8 reg, u8 value)
335 return i2c_smbus_write_byte_data(client, reg, value);
439 * Note: we save and restore the fan minimum here, because its value is
485 /* read/write the temperature1, includes measured value and limits */
519 /* read/write the temperature2-3, includes measured value and limits */
1492 /* Update the voltages measured value and limits */
1506 /* Update the Fan measured value and limits */
1554 /* Update Thermal Cruise/Smart Fan I target value */