/drivers/hwmon/ |
D | lm92.c | 80 static inline s16 TEMP_TO_REG(int val) in TEMP_TO_REG() function 169 data->value = TEMP_TO_REG(val); \ 216 TEMP_TO_REG(data->temp1_hyst)); in set_temp1_crit_hyst()
|
D | smsc47m192.c | 87 static inline s8 TEMP_TO_REG(int val) in TEMP_TO_REG() function 272 data->temp_min[nr] = TEMP_TO_REG(val); in set_temp_min() 294 data->temp_max[nr] = TEMP_TO_REG(val); in set_temp_max() 326 data->temp_offset[nr] = TEMP_TO_REG(val); in set_temp_offset()
|
D | adm1025.c | 100 #define TEMP_TO_REG(val) ((val) <= -127500 ? -128 : \ macro 286 data->temp_min[index] = TEMP_TO_REG(val); in set_temp_min() 307 data->temp_max[index] = TEMP_TO_REG(val); in set_temp_max()
|
D | lm83.c | 88 #define TEMP_TO_REG(val) ((val) <= -128000 ? -128 : \ macro 191 data->temp[nr] = TEMP_TO_REG(val); in set_temp()
|
D | adm1031.c | 148 #define TEMP_TO_REG(val) (((val) < 0 ? ((val - 500) / 1000) : \ macro 155 #define TEMP_OFFSET_TO_REG(val) (TEMP_TO_REG(val) & 0x8f) 701 data->temp_min[nr] = TEMP_TO_REG(val); in set_temp_min() 722 data->temp_max[nr] = TEMP_TO_REG(val); in set_temp_max() 743 data->temp_crit[nr] = TEMP_TO_REG(val); in set_temp_crit()
|
D | lm85.c | 160 #define TEMP_TO_REG(val) \ macro 785 data->temp_min[nr] = TEMP_TO_REG(val); in set_temp_min() 816 data->temp_max[nr] = TEMP_TO_REG(val); in set_temp_max() 1006 data->zone[nr].limit = TEMP_TO_REG(val); in set_temp_auto_temp_min() 1047 data->zone[nr].max_desired = TEMP_TO_REG(val); in set_temp_auto_temp_max() 1079 data->zone[nr].critical = TEMP_TO_REG(val); in set_temp_auto_temp_crit()
|
D | via686a.c | 288 static inline u8 TEMP_TO_REG(long val) in TEMP_TO_REG() function 472 data->temp_over[nr] = TEMP_TO_REG(val); in set_temp_over() 491 data->temp_hyst[nr] = TEMP_TO_REG(val); in set_temp_hyst()
|
D | sis5595.c | 160 static inline s8 TEMP_TO_REG(int val) in TEMP_TO_REG() function 332 data->temp_over = TEMP_TO_REG(val); in set_temp_over() 357 data->temp_hyst = TEMP_TO_REG(val); in set_temp_hyst()
|
D | vt1211.c | 176 #define TEMP_TO_REG(ix, val) SENSORS_LIMIT( \ 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() 793 data->pwm_auto_temp[ap] = TEMP_TO_REG(data->pwm_ctl[ix] & 7, val); in set_pwm_auto_point_temp()
|
D | w83793.c | 211 static inline s8 TEMP_TO_REG(long val, s8 min, s8 max) in TEMP_TO_REG() function 628 data->temp[index][nr] = TEMP_TO_REG(tmp, -128, 127); in store_temp() 778 data->temp_critical |= TEMP_TO_REG(val, 0, 0x7f); in store_sf_setup() 882 data->temp_cruise[index] |= TEMP_TO_REG(val, 0, 0x7f); in store_sf_ctrl() 893 data->tolerance[i] |= TEMP_TO_REG(val, 0, 0x0f) << shift; in store_sf_ctrl() 971 val = TEMP_TO_REG(val, 0, 0x7f); in store_sf2_temp()
|
D | adm1026.c | 218 #define TEMP_TO_REG(val) (SENSORS_LIMIT(((val) + ((val) < 0 ? -500 : 500)) \ macro 1037 data->temp_min[nr] = TEMP_TO_REG(val); in set_temp_min() 1066 data->temp_max[nr] = TEMP_TO_REG(val); in set_temp_max() 1110 data->temp_offset[nr] = TEMP_TO_REG(val); in set_temp_offset() 1166 data->temp_tmin[nr] = TEMP_TO_REG(val); in set_temp_auto_point1_temp() 1246 data->temp_crit[nr] = TEMP_TO_REG(val); in set_temp_crit()
|
D | f75375s.c | 588 #define TEMP_TO_REG(val) ((val) / 1000) macro 628 val = SENSORS_LIMIT(TEMP_TO_REG(val), 0, 127); in set_temp_max() 649 val = SENSORS_LIMIT(TEMP_TO_REG(val), 0, 127); in set_temp_max_hyst()
|
D | lm78.c | 109 static inline s8 TEMP_TO_REG(int val) in TEMP_TO_REG() function 264 data->temp_over = TEMP_TO_REG(val); in set_temp_over() 289 data->temp_hyst = TEMP_TO_REG(val); in set_temp_hyst()
|
D | lm87.c | 128 #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 | gl520sm.c | 453 #define TEMP_TO_REG(val) SENSORS_LIMIT(((((val) < 0 ? \ macro 497 data->temp_max[n] = TEMP_TO_REG(v); in set_temp_max() 517 data->temp_max_hyst[n] = TEMP_TO_REG(v); in set_temp_max_hyst()
|
D | dme1737.c | 294 static inline int TEMP_TO_REG(int val) in TEMP_TO_REG() function 941 data->temp_min[ix] = TEMP_TO_REG(val); in set_temp() 946 data->temp_max[ix] = TEMP_TO_REG(val); in set_temp() 951 data->temp_offset[ix] = TEMP_TO_REG(val); in set_temp() 1045 data->zone_low[ix] = TEMP_TO_REG(val); in set_zone() 1065 data->zone_abs[ix] = TEMP_TO_REG(val); in set_zone()
|
D | w83l786ng.c | 97 #define TEMP_TO_REG(val) (SENSORS_LIMIT(((val) < 0 ? \ macro 402 data->temp[nr][index] = TEMP_TO_REG(val); in store_temp()
|
D | adm9240.c | 104 static inline s8 TEMP_TO_REG(long val) in TEMP_TO_REG() function 215 data->temp_max[attr->index] = TEMP_TO_REG(val); in set_max()
|
D | pc87360.c | 180 #define TEMP_TO_REG(val) ((val) < -55000 ? -55 : \ macro 923 data->temp_min[attr->index] = TEMP_TO_REG(val); in set_temp_min() 944 data->temp_max[attr->index] = TEMP_TO_REG(val); in set_temp_max() 965 data->temp_crit[attr->index] = TEMP_TO_REG(val); in set_temp_crit()
|
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 | it87.c | 356 #define TEMP_TO_REG(val) (SENSORS_LIMIT(((val) < 0 ? (((val) - 500) / 1000) : \ macro 581 data->temp_high[nr] = TEMP_TO_REG(val); in set_temp_max() 599 data->temp_low[nr] = TEMP_TO_REG(val); in set_temp_min() 1082 data->auto_temp[nr][point] = TEMP_TO_REG(val); in set_auto_temp()
|
D | w83627hf.c | 276 static u8 TEMP_TO_REG(long temp) in TEMP_TO_REG() function 687 tmp = (nr) ? LM75_TEMP_TO_REG(val) : TEMP_TO_REG(val); in store_temp_max() 709 tmp = (nr) ? LM75_TEMP_TO_REG(val) : TEMP_TO_REG(val); in store_temp_max_hyst()
|
D | gl518sm.c | 89 #define TEMP_TO_REG(val) SENSORS_LIMIT(((((val) < 0 ? \ macro
|
D | w83781d.c | 184 #define TEMP_TO_REG(val) SENSORS_LIMIT((val) / 1000, -127, 128) macro 396 data->temp_##reg = TEMP_TO_REG(val); \
|