Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c264 int cov_r = 542; in predict_normal_temp() local
285 gain = (prob_mid * BASE) / (prob_mid + cov_r); in predict_normal_temp()
299 int cov_r = 542; in predict_cur_temp() local
320 gain = (prob_mid * BASE) / (prob_mid + cov_r); in predict_cur_temp()
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c1027 int cov_r = 542; in predict_temp() local
1069 gain = (prob_mid * BASE) / (prob_mid + cov_r); in predict_temp()