/Linux-v4.19/drivers/hwmon/ |
D | lm92.c | 78 static inline s16 TEMP_TO_REG(long val) in TEMP_TO_REG() function 170 data->temp[nr] = TEMP_TO_REG(val); in set_temp() 210 TEMP_TO_REG(TEMP_FROM_REG(data->temp[attr->index]) - val); in set_temp_hyst()
|
D | smsc47m192.c | 88 static inline s8 TEMP_TO_REG(long val) in TEMP_TO_REG() function 313 data->temp_min[nr] = TEMP_TO_REG(val); in set_temp_min() 335 data->temp_max[nr] = TEMP_TO_REG(val); in set_temp_max() 367 data->temp_offset[nr] = TEMP_TO_REG(val); in set_temp_offset()
|
D | lm83.c | 84 #define TEMP_TO_REG(val) ((val) <= -128000 ? -128 : \ macro 184 data->temp[nr] = TEMP_TO_REG(val); in set_temp()
|
D | adm1025.c | 100 #define TEMP_TO_REG(val) ((val) <= -127500 ? -128 : \ macro 297 data->temp_min[index] = TEMP_TO_REG(val); in set_temp_min() 318 data->temp_max[index] = TEMP_TO_REG(val); in set_temp_max()
|
D | adm1031.c | 211 #define TEMP_TO_REG(val) (((val) < 0 ? ((val - 500) / 1000) : \ macro 218 #define TEMP_OFFSET_TO_REG(val) (TEMP_TO_REG(val) & 0x8f) 766 data->temp_min[nr] = TEMP_TO_REG(val); in set_temp_min() 787 data->temp_max[nr] = TEMP_TO_REG(val); in set_temp_max() 808 data->temp_crit[nr] = TEMP_TO_REG(val); in set_temp_crit()
|
D | lm85.c | 159 #define TEMP_TO_REG(val) \ macro 968 data->temp_min[nr] = TEMP_TO_REG(val); in set_temp_min() 999 data->temp_max[nr] = TEMP_TO_REG(val); in set_temp_max() 1189 data->zone[nr].limit = TEMP_TO_REG(val); in set_temp_auto_temp_min() 1230 data->zone[nr].max_desired = TEMP_TO_REG(val); in set_temp_auto_temp_max() 1262 data->zone[nr].critical = TEMP_TO_REG(val); in set_temp_auto_temp_crit()
|
D | sis5595.c | 162 static inline s8 TEMP_TO_REG(long val) in TEMP_TO_REG() function 334 data->temp_over = TEMP_TO_REG(val); in temp1_max_store() 360 data->temp_hyst = TEMP_TO_REG(val); in temp1_max_hyst_store()
|
D | via686a.c | 285 static inline u8 TEMP_TO_REG(long val) in TEMP_TO_REG() function 469 data->temp_over[nr] = TEMP_TO_REG(val); in set_temp_over() 488 data->temp_hyst[nr] = TEMP_TO_REG(val); in set_temp_hyst()
|
D | vt1211.c | 176 #define TEMP_TO_REG(ix, val) clamp_val( \ macro 470 data->temp_max[ix] = TEMP_TO_REG(ix, val); in set_temp() 475 data->temp_hyst[ix] = TEMP_TO_REG(ix, val); in set_temp() 796 data->pwm_auto_temp[ap] = TEMP_TO_REG(data->pwm_ctl[ix] & 7, val); in set_pwm_auto_point_temp()
|
D | lm78.c | 111 static inline s8 TEMP_TO_REG(long val) in TEMP_TO_REG() function 266 data->temp_over = TEMP_TO_REG(val); in temp1_max_store() 292 data->temp_hyst = TEMP_TO_REG(val); in temp1_max_hyst_store()
|
D | f75375s.c | 588 #define TEMP_TO_REG(val) ((val) / 1000) macro 628 val = clamp_val(TEMP_TO_REG(val), 0, 127); in set_temp_max() 649 val = clamp_val(TEMP_TO_REG(val), 0, 127); in set_temp_max_hyst()
|
D | adm1026.c | 219 #define TEMP_TO_REG(val) DIV_ROUND_CLOSEST(clamp_val(val, -128000, 127000), \ macro 813 data->temp_min[nr] = TEMP_TO_REG(val); in set_temp_min() 842 data->temp_max[nr] = TEMP_TO_REG(val); in set_temp_max() 886 data->temp_offset[nr] = TEMP_TO_REG(val); in set_temp_offset() 942 data->temp_tmin[nr] = TEMP_TO_REG(val); in set_temp_auto_point1_temp() 1022 data->temp_crit[nr] = TEMP_TO_REG(val); in set_temp_crit()
|
D | w83793.c | 212 static inline s8 TEMP_TO_REG(long val, s8 min, s8 max) in TEMP_TO_REG() function 611 data->temp[index][nr] = TEMP_TO_REG(tmp, -128, 127); in store_temp() 761 data->temp_critical |= TEMP_TO_REG(val, 0, 0x7f); in store_sf_setup() 865 data->temp_cruise[index] |= TEMP_TO_REG(val, 0, 0x7f); in store_sf_ctrl() 876 data->tolerance[i] |= TEMP_TO_REG(val, 0, 0x0f) << shift; in store_sf_ctrl() 954 val = TEMP_TO_REG(val, 0, 0x7f); in store_sf2_temp()
|
D | gl520sm.c | 525 #define TEMP_TO_REG(val) (DIV_ROUND_CLOSEST(TEMP_CLAMP(val), 1000) + 130) macro 568 data->temp_max[n] = TEMP_TO_REG(v); in set_temp_max() 588 data->temp_max_hyst[n] = TEMP_TO_REG(v); in set_temp_max_hyst()
|
D | lm87.c | 127 #define TEMP_TO_REG(val) ((val) <= -127500 ? -128 : \ macro 410 data->temp_low[nr] = TEMP_TO_REG(val); in set_temp_low() 430 data->temp_high[nr] = TEMP_TO_REG(val); in set_temp_high()
|
D | dme1737.c | 297 static inline int TEMP_TO_REG(long val) in TEMP_TO_REG() function 945 data->temp_min[ix] = TEMP_TO_REG(val); in set_temp() 950 data->temp_max[ix] = TEMP_TO_REG(val); in set_temp() 955 data->temp_offset[ix] = TEMP_TO_REG(val); in set_temp() 1050 data->zone_low[ix] = TEMP_TO_REG(val); in set_zone() 1070 data->zone_abs[ix] = TEMP_TO_REG(val); in set_zone()
|
D | adm9240.c | 106 static inline s8 TEMP_TO_REG(long val) in TEMP_TO_REG() function 294 data->temp_max[attr->index] = TEMP_TO_REG(val); in set_max()
|
D | lm80.c | 90 #define TEMP_TO_REG(temp) (DIV_ROUND_CLOSEST(clamp_val((temp), \ macro 429 data->temp[nr] = TEMP_TO_REG(val); in set_temp()
|
D | w83l786ng.c | 98 #define TEMP_TO_REG(val) (clamp_val(((val) < 0 ? (val) + 0x100 * 1000 \ macro 447 data->temp[nr][index] = TEMP_TO_REG(val); in store_temp()
|
D | asb100.c | 149 static u8 TEMP_TO_REG(long temp) in TEMP_TO_REG() function 460 data->reg[nr] = TEMP_TO_REG(val); \
|
D | pc87360.c | 180 #define TEMP_TO_REG(val) ((val) < -55000 ? -55 : \ macro 925 data->temp_min[attr->index] = TEMP_TO_REG(val); in set_temp_min() 946 data->temp_max[attr->index] = TEMP_TO_REG(val); in set_temp_max() 967 data->temp_crit[attr->index] = TEMP_TO_REG(val); in set_temp_crit()
|
D | w83627hf.c | 275 static u8 TEMP_TO_REG(long temp) in TEMP_TO_REG() function 759 tmp = (nr) ? LM75_TEMP_TO_REG(val) : TEMP_TO_REG(val); in store_temp_max() 781 tmp = (nr) ? LM75_TEMP_TO_REG(val) : TEMP_TO_REG(val); in store_temp_max_hyst()
|
D | it87.c | 622 #define TEMP_TO_REG(val) (clamp_val(((val) < 0 ? (((val) - 500) / 1000) : \ macro 997 data->temp[nr][index] = TEMP_TO_REG(val); in set_temp() 1618 reg = data->auto_temp[nr][1] - TEMP_TO_REG(val); in set_auto_temp() 1623 reg = TEMP_TO_REG(val); in set_auto_temp()
|
D | gl518sm.c | 90 #define TEMP_TO_REG(val) (DIV_ROUND_CLOSEST(TEMP_CLAMP(val), 1000) + 119) macro
|
D | w83781d.c | 184 #define TEMP_TO_REG(val) clamp_val((val) / 1000, -127, 128) macro 395 data->temp_##reg = TEMP_TO_REG(val); \
|