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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm92.c102 s16 temp1_input, temp1_crit, temp1_min, temp1_max, temp1_hyst; member in struct:lm92_data
122 data->temp1_hyst = swab16(i2c_smbus_read_word_data(client,
173 - TEMP_FROM_REG(data->temp1_hyst));
179 - TEMP_FROM_REG(data->temp1_hyst));
185 + TEMP_FROM_REG(data->temp1_hyst));
196 data->temp1_hyst = TEMP_FROM_REG(data->temp1_crit) - val;
198 swab16(TEMP_TO_REG(data->temp1_hyst)));

Completed in 29 milliseconds