Searched refs:hyst (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dlm75.c47 0x02, /* hyst */
60 2 = hyst */
168 int cur, conf, hyst, os; local
173 hyst = i2c_smbus_read_word_data(new_client, 2);
174 if (i2c_smbus_read_word_data(new_client, 4) != hyst
175 || i2c_smbus_read_word_data(new_client, 5) != hyst
176 || i2c_smbus_read_word_data(new_client, 6) != hyst
177 || i2c_smbus_read_word_data(new_client, 7) != hyst)
193 || i2c_smbus_read_word_data(new_client, i + 2) != hyst
H A Dlm77.c271 int i, cur, conf, hyst, crit, min, max; local
276 hyst = i2c_smbus_read_word_data(new_client, 2);
282 || i2c_smbus_read_word_data(new_client, i + 2) != hyst
290 || ((hyst & 0x00f0) != 0xf0 && (hyst & 0x00f0) != 0x0)
305 hyst = i2c_smbus_read_word_data(new_client, 2);
306 if (i2c_smbus_read_word_data(new_client, 6) != hyst
307 || i2c_smbus_read_word_data(new_client, 7) != hyst)
H A Dlm85.c307 u8 hyst; /* Low limit hysteresis. (0-15) */ member in struct:lm85_zone
847 HYST_FROM_REG(data->zone[nr].hyst));
860 data->zone[nr].hyst = HYST_TO_REG(min - val);
863 (data->zone[0].hyst << 4)
864 | data->zone[1].hyst
868 (data->zone[2].hyst << 4)
900 data->zone[nr].hyst = HYST_TO_REG(TEMP_FROM_REG(
905 (data->zone[0].hyst << 4)
906 | data->zone[1].hyst
910 (data->zone[2].hyst <<
[all...]
H A Dlm63.c317 long hyst; local
320 hyst = TEMP8_FROM_REG(data->temp8[2]) - val;
322 HYST_TO_REG(hyst));
H A Dlm90.c314 long hyst; local
317 hyst = TEMP1_FROM_REG(data->temp8[3]) - val;
319 HYST_TO_REG(hyst));

Completed in 60 milliseconds