Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/thermal/
H A Drockchip_thermal.c163 #define HIGHER_DEBOUNCE_TEMP (30000) macro
1057 if (temp - temp_last > HIGHER_DEBOUNCE_TEMP) in predict_temp()
1058 temp = temp_last + HIGHER_DEBOUNCE_TEMP / 3; in predict_temp()