Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/int340x_thermal/
Dprocessor_thermal_device.c147 unsigned long curr_temp_off = 0; in read_temp_msr() local
158 curr_temp_off = (eax >> 16) & 0x7f; in read_temp_msr()
159 if (!*temp || curr_temp_off < *temp) in read_temp_msr()
160 *temp = curr_temp_off; in read_temp_msr()