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

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

Completed in 60 milliseconds