MAX_NUMBER_OF_TRIPS  147 drivers/thermal/intel/x86_pkg_temp_thermal.c 	if (trip >= MAX_NUMBER_OF_TRIPS)
MAX_NUMBER_OF_TRIPS  180 drivers/thermal/intel/x86_pkg_temp_thermal.c 	if (trip >= MAX_NUMBER_OF_TRIPS || temp >= zonedev->tj_max)
MAX_NUMBER_OF_TRIPS  344 drivers/thermal/intel/x86_pkg_temp_thermal.c 	thres_count = clamp_val(thres_count, 0, MAX_NUMBER_OF_TRIPS);
MAX_NUMBER_OF_TRIPS  359 drivers/thermal/intel/x86_pkg_temp_thermal.c 			(thres_count == MAX_NUMBER_OF_TRIPS) ? 0x03 : 0x01,