Searched refs:temp_to_reg (Results 1 – 3 of 3) sorted by relevance
151 static inline s8 temp_to_reg(long val) in temp_to_reg() function616 data->msg->hwmon_alarm.tin_cfg[channel].hl = temp_to_reg(val); in nct6694_temp_write()632 temp_hyst = temp_max - temp_to_reg(val); in nct6694_temp_write()
279 static inline u8 temp_to_reg(long val) in temp_to_reg() function814 data->auto_points[pwmnr].temp[apnr] = temp_to_reg(val); in set_pwm_auto_point_temp()914 data->temp_high[nr] = temp_to_reg(val); in set_temp_max()935 data->temp_hyst[nr] = temp_to_reg(val); in set_temp_hyst()
271 static inline s8 temp_to_reg(long val, s8 min, s8 max) in temp_to_reg() function1347 data->temp[index][nr] = temp_to_reg(tmp, -128, 127); in store_temp()1408 data->dts_ext[nr] = temp_to_reg(tmp, -128, 127); in store_dts_ext()