Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c318 int thres_count, err; in pkg_temp_thermal_device_add() local
325 thres_count = ebx & 0x07; in pkg_temp_thermal_device_add()
326 if (!thres_count) in pkg_temp_thermal_device_add()
329 thres_count = clamp_val(thres_count, 0, MAX_NUMBER_OF_TRIPS); in pkg_temp_thermal_device_add()
339 zonedev->trips = pkg_temp_thermal_trips_init(cpu, tj_max, thres_count); in pkg_temp_thermal_device_add()
348 zonedev->trips, thres_count, in pkg_temp_thermal_device_add()
349 (thres_count == MAX_NUMBER_OF_TRIPS) ? 0x03 : 0x01, in pkg_temp_thermal_device_add()