curr_temp_off     233 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 	unsigned long curr_temp_off = 0;
curr_temp_off     244 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 				curr_temp_off = (eax >> 16) & 0x7f;
curr_temp_off     245 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 				if (!*temp || curr_temp_off < *temp)
curr_temp_off     246 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 					*temp = curr_temp_off;