Home
last modified time | relevance | path

Searched refs:temp_mid (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/thermal/
H A Drockchip_thermal.c1030 int temp_mid; in predict_temp() local
1063 temp_mid = temp_last; in predict_temp()
1072 temp_now = (temp_mid * BASE + gain * (temp - temp_mid)) >> BASE_SHIFT; in predict_temp()