Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dhisi_thermal.c38 #define HISI_TEMP_BASE (-60) macro
71 return (HISI_TEMP_BASE + (step * 200 / 255)) * 1000; in _step_to_temp()
76 return ((temp / 1000 - HISI_TEMP_BASE) * 255 / 200); in _temp_to_step()