Searched refs:temp_decay_factor (Results 1 – 1 of 1) sorted by relevance
898 static const u16 temp_decay_factor = 2; variable904 ret = (val * 100 / temp_decay_factor) + in update_average_temp()905 (((temp_decay_factor - 1) * avg) / temp_decay_factor); in update_average_temp()