Searched refs:temp_high (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm92.c256 u16 temp_low, temp_high, temp_hyst, temp_crit; local
265 temp_high = i2c_smbus_read_word_data(client, LM92_REG_TEMP_HIGH);
266 if (i2c_smbus_read_word_data(client, LM92_REG_MAN_ID) != temp_high)
270 if ((temp_low & 0x7f00) || (temp_high & 0x7f00))
289 || temp_high != i2c_smbus_read_word_data(client,
H A Dtmp401.c121 u16 temp_high[2]; member in struct:tmp401_data
192 data->temp_high[i] = i2c_smbus_read_byte_data(client,
194 data->temp_high[i] |= i2c_smbus_read_byte_data(client,
266 tmp401_register_to_temp(data->temp_high[index], data->config));
376 data->temp_high[index] = reg;
H A Df75375s.c112 s8 temp_high[2]; member in struct:f75375_data
180 data->temp_high[nr] =
452 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_high[nr]));
472 data->temp_high[nr] = val;
473 f75375_write8(client, F75375_REG_TEMP_HIGH(nr), data->temp_high[nr]);
H A Dlm87.c205 s8 temp_high[3]; /* register value */ member in struct:lm87_data
330 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_high[offset-1])); \
357 data->temp_high[nr] = TEMP_TO_REG(val);
358 lm87_write_value(client, LM87_REG_TEMP_HIGH[nr], data->temp_high[nr]);
931 data->temp_high[i] = lm87_read_value(client,
H A Df71882fg.c148 u8 temp_high[4]; member in struct:f71882fg_data
388 Note on the f8000 temp_ovt (crit) is used as max, and temp_high (max)
965 data->temp_high[nr] = f71882fg_read8(data,
1318 return sprintf(buf, "%d\n", data->temp_high[nr] * 1000);
1337 data->temp_high[nr] = val;
1355 temp_max_hyst = (data->temp_high[nr] - temp_max_hyst) * 1000;
1379 data->temp_high[nr] = f71882fg_read8(data, F71882FG_REG_TEMP_HIGH(nr));
1380 val = SENSORS_LIMIT(val, data->temp_high[nr] - 15,
1381 data->temp_high[nr]);
1382 val = data->temp_high[n
[all...]
H A Df71805f.c189 u8 temp_high[3]; member in struct:f71805f_data
360 data->temp_high[nr] = f71805f_read8(data,
822 return sprintf(buf, "%ld\n", temp_from_reg(data->temp_high[nr]));
855 data->temp_high[nr] = temp_to_reg(val);
856 f71805f_write8(data, F71805F_REG_TEMP_HIGH(nr), data->temp_high[nr]);
H A Dit87.c289 s8 temp_high[3]; /* Register value */ member in struct:it87_data
467 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_high[nr]));
491 data->temp_high[nr] = TEMP_TO_REG(val);
492 it87_write_value(data, IT87_REG_TEMP_HIGH(nr), data->temp_high[nr]);
2026 data->temp_high[i] =
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpmu.c4196 uint32 temp_high, temp_low; local
4227 bcm_uint64_multiple_add(&temp_high, &temp_low, fvco * p1div - xtal * ndiv_int, 1 << 24, 0);
4228 bcm_uint64_divide(&ndiv_frac, temp_high, temp_low, xtal);
4250 bcm_uint64_multiple_add(&temp_high, &temp_low, fvco * p1div - xtal * ndiv_int, 1 << 20, 0);
4251 bcm_uint64_divide(&ndiv_frac, temp_high, temp_low, xtal);

Completed in 70 milliseconds