Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/thermal/
H A Drockchip_thermal.c1032 int prob_mid; in predict_temp() local
1066 prob_mid = prob_last + cov_q; in predict_temp()
1069 gain = (prob_mid * BASE) / (prob_mid + cov_r); in predict_temp()
1078 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_temp()