Searched refs:LM75_TEMP_MAX (Results 1 – 2 of 2) sorted by relevance
19 #define LM75_TEMP_MAX 125000 macro28 int ntemp = clamp_val(temp, LM75_TEMP_MIN, LM75_TEMP_MAX); in LM75_TEMP_TO_REG()
410 temp = clamp_val(temp, LM75_TEMP_MIN, LM75_TEMP_MAX); in lm75_write_temp()