Lines Matching refs:temp_high
278 u8 temp_high[4];
528 * Note on the f8000 temp_ovt (crit) is used as max, and temp_high (max)
1230 data->temp_high[nr] = f71882fg_read8(data,
1593 return sprintf(buf, "%d\n", data->temp_high[nr] * 1000);
1612 data->temp_high[nr] = val;
1630 temp_max_hyst = (data->temp_high[nr] - temp_max_hyst) * 1000;
1654 data->temp_high[nr] = f71882fg_read8(data, F71882FG_REG_TEMP_HIGH(nr));
1655 val = clamp_val(val, data->temp_high[nr] - 15, data->temp_high[nr]);
1656 val = data->temp_high[nr] - val;