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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dlm92.c248 u16 temp_low, temp_high, temp_hyst, temp_crit; local
257 temp_high = i2c_smbus_read_word_data(client, LM92_REG_TEMP_HIGH);
258 if (i2c_smbus_read_word_data(client, LM92_REG_MAN_ID) != temp_high)
262 if ((temp_low & 0x7f00) || (temp_high & 0x7f00))
281 || temp_high != i2c_smbus_read_word_data(client,
H A Dlm87.c192 s8 temp_high[3]; /* register value */ member in struct:lm87_data
317 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_high[offset-1])); \
344 data->temp_high[nr] = TEMP_TO_REG(val);
345 lm87_write_value(client, LM87_REG_TEMP_HIGH[nr], data->temp_high[nr]);
874 data->temp_high[i] = lm87_read_value(client,
H A Df71805f.c169 u8 temp_high[3]; member in struct:f71805f_data
339 data->temp_high[nr] = f71805f_read8(data,
725 return sprintf(buf, "%ld\n", temp_from_reg(data->temp_high[nr]));
758 data->temp_high[nr] = temp_to_reg(val);
759 f71805f_write8(data, F71805F_REG_TEMP_HIGH(nr), data->temp_high[nr]);
H A Dit87.c235 u8 temp_high[3]; /* Register value */ member in struct:it87_data
378 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_high[nr]));
400 data->temp_high[nr] = TEMP_TO_REG(val);
401 it87_write_value(client, IT87_REG_TEMP_HIGH(nr), data->temp_high[nr]);
1336 data->temp_high[i] =

Completed in 54 milliseconds