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

/linux-4.4.14/drivers/thermal/int340x_thermal/
H A Dprocessor_thermal_device.c153 unsigned long curr_temp_off = 0; read_temp_msr() local
164 curr_temp_off = (eax >> 16) & 0x7f; for_each_online_cpu()
165 if (!*temp || curr_temp_off < *temp) for_each_online_cpu()
166 *temp = curr_temp_off; for_each_online_cpu()

Completed in 35 milliseconds