Searched refs:LM73_TEMP_MAX (Results 1 – 1 of 1) sorted by relevance
38 #define LM73_TEMP_MAX (255750 / 250) macro76 value = clamp_val(temp / 250, LM73_TEMP_MIN, LM73_TEMP_MAX) << 5; in temp_store()