Searched refs:TEMP_MIN (Results 1 – 2 of 2) sorted by relevance
97 #define TEMP_MIN -40000 macro604 val = clamp_val(val, TEMP_MIN, TEMP_MAX); in ltc2947_write_temp()619 val = clamp_val(val, TEMP_MIN, TEMP_MAX); in ltc2947_write_temp()
261 #define TEMP_MIN (-128000) macro270 int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX); in TEMP_TO_REG()