Home
last modified time | relevance | path

Searched refs:temp_crit_hyst (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/hwmon/
Df71882fg.c680 int temp_crit_hyst; in show_temp_crit_hyst() local
684 temp_crit_hyst = data->temp_hyst[nr / 2] >> 4; in show_temp_crit_hyst()
686 temp_crit_hyst = data->temp_hyst[nr / 2] & 0x0f; in show_temp_crit_hyst()
687 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000; in show_temp_crit_hyst()
690 return sprintf(buf, "%d\n", temp_crit_hyst); in show_temp_crit_hyst()