Searched refs:curr_temp_off (Results 1 – 1 of 1) sorted by relevance
153 unsigned long curr_temp_off = 0; in read_temp_msr() local164 curr_temp_off = (eax >> 16) & 0x7f; in read_temp_msr()165 if (!*temp || curr_temp_off < *temp) in read_temp_msr()166 *temp = curr_temp_off; in read_temp_msr()