Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/thermal/
H A Drockchip_thermal.c164 #define LOWER_DEBOUNCE_TEMP (15000) macro
1059 if (temp_last - temp > LOWER_DEBOUNCE_TEMP) in predict_temp()
1060 temp = temp_last - LOWER_DEBOUNCE_TEMP / 3; in predict_temp()