thres_count       334 drivers/thermal/intel/x86_pkg_temp_thermal.c 	int thres_count, err;
thres_count       340 drivers/thermal/intel/x86_pkg_temp_thermal.c 	thres_count = ebx & 0x07;
thres_count       341 drivers/thermal/intel/x86_pkg_temp_thermal.c 	if (!thres_count)
thres_count       344 drivers/thermal/intel/x86_pkg_temp_thermal.c 	thres_count = clamp_val(thres_count, 0, MAX_NUMBER_OF_TRIPS);
thres_count       358 drivers/thermal/intel/x86_pkg_temp_thermal.c 			thres_count,
thres_count       359 drivers/thermal/intel/x86_pkg_temp_thermal.c 			(thres_count == MAX_NUMBER_OF_TRIPS) ? 0x03 : 0x01,