Searched refs:TEMP_MAX (Results 1 – 4 of 4) sorted by relevance
48 #define TEMP_MAX 125 macro122 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX) in store_throttle()
206 TEMP_MAX
38 #define TEMP_MAX 4 /* Counted from 1 */ macro
262 #define TEMP_MAX ( 127000) macro270 int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX); in TEMP_TO_REG()