Searched refs:temp_last (Results 1 – 1 of 1) sorted by relevance
1034 static int temp_last = LOWEST_TEMP; in predict_temp() local1044 if (temp_last == LOWEST_TEMP) in predict_temp()1045 temp_last = min(temp, MAX_ENV_TEMP); in predict_temp()1057 if (temp - temp_last > HIGHER_DEBOUNCE_TEMP) in predict_temp()1058 temp = temp_last + HIGHER_DEBOUNCE_TEMP / 3; in predict_temp()1059 if (temp_last - temp > LOWER_DEBOUNCE_TEMP) in predict_temp()1060 temp = temp_last - LOWER_DEBOUNCE_TEMP / 3; in predict_temp()1063 temp_mid = temp_last; in predict_temp()1081 temp_last = temp_now; in predict_temp()1083 return temp_last; in predict_temp()