Searched refs:temp_crit_hyst (Results 1 – 1 of 1) sorted by relevance
680 int temp_crit_hyst; in show_temp_crit_hyst() local684 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()