Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c270 int prob_now; in predict_normal_temp() local
288 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_normal_temp()
290 prob_last = prob_now; in predict_normal_temp()
305 int prob_now; in predict_cur_temp() local
324 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_cur_temp()
326 prob_last = prob_now; in predict_cur_temp()
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c1033 int prob_now; in predict_temp() local
1078 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_temp()
1080 prob_last = prob_now; in predict_temp()