Home
last modified time | relevance | path

Searched refs:TEMP_LIMIT_TO_REG (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dmax6639.c64 #define TEMP_LIMIT_TO_REG(val) clamp_val((val) / 1000, 0, 255) macro
202 data->temp_therm[attr->index] = TEMP_LIMIT_TO_REG(val); in temp_max_store()
234 data->temp_alert[attr->index] = TEMP_LIMIT_TO_REG(val); in temp_crit_store()
267 data->temp_ot[attr->index] = TEMP_LIMIT_TO_REG(val); in temp_emergency_store()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dmax6639.c64 #define TEMP_LIMIT_TO_REG(val) clamp_val((val) / 1000, 0, 255) macro
205 data->temp_therm[attr->index] = TEMP_LIMIT_TO_REG(val); in temp_max_store()
237 data->temp_alert[attr->index] = TEMP_LIMIT_TO_REG(val); in temp_crit_store()
270 data->temp_ot[attr->index] = TEMP_LIMIT_TO_REG(val); in temp_emergency_store()

Completed in 4 milliseconds