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

/linux-4.1.27/drivers/thermal/
H A Dx86_pkg_temp_thermal.c401 int thres_count; pkg_temp_thermal_device_add() local
407 thres_count = ebx & 0x07; pkg_temp_thermal_device_add()
408 if (!thres_count) pkg_temp_thermal_device_add()
414 thres_count = clamp_val(thres_count, 0, MAX_NUMBER_OF_TRIPS); pkg_temp_thermal_device_add()
447 thres_count, pkg_temp_thermal_device_add()
448 (thres_count == MAX_NUMBER_OF_TRIPS) ? pkg_temp_thermal_device_add()

Completed in 47 milliseconds