Searched refs:HYST_TO_REG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm63.c | 126 #define HYST_TO_REG(val) DIV_ROUND_CLOSEST(clamp_val((val), 0, 127000), \ macro 632 HYST_TO_REG(hyst)); in temp2_crit_hyst_store()
|
H A D | lm85.c | 239 #define HYST_TO_REG(val) clamp_val(((val) + 500) / 1000, 0, 15) macro 1156 data->zone[nr].hyst = HYST_TO_REG(min - val); in temp_auto_temp_off_store()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm63.c | 126 #define HYST_TO_REG(val) DIV_ROUND_CLOSEST(clamp_val((val), 0, 127000), \ macro 632 HYST_TO_REG(hyst)); in temp2_crit_hyst_store()
|
H A D | lm85.c | 239 #define HYST_TO_REG(val) clamp_val(((val) + 500) / 1000, 0, 15) macro 1156 data->zone[nr].hyst = HYST_TO_REG(min - val); in temp_auto_temp_off_store()
|
Completed in 9 milliseconds