Searched refs:HISI_TEMP_BASE (Results 1 – 1 of 1) sorted by relevance
38 #define HISI_TEMP_BASE (-60) macro71 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()