Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c267 int temp_mid; in predict_normal_temp() local
283 temp_mid = temp_last; in predict_normal_temp()
287 temp_now = temp_mid + (gain * (milli_deg - temp_mid) >> BASE_SHIFT); in predict_normal_temp()
302 int temp_mid; in predict_cur_temp() local
318 temp_mid = cur_last; in predict_cur_temp()
323 temp_mid + (gain * (milli_cur_temp - temp_mid) >> BASE_SHIFT); in predict_cur_temp()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Dsd.c1699 int temp_mid = (max_len - 16) / 2; local
1702 (max_len - (6 + temp_mid));
1712 int temp_mid = (max_len - 13) / 2; local
1715 (max_len - (3 + temp_mid));