Searched refs:THERM_LOG_THRESHOLD0 (Results 1 – 3 of 3) sorted by relevance
341 if (msr_val & THERM_LOG_THRESHOLD0) in notify_package_thresholds()374 if ((msr_val & THERM_LOG_THRESHOLD0) && in notify_thresholds()
339 if (msr_val & THERM_LOG_THRESHOLD0) { in pkg_temp_thermal_threshold_work_fn()341 msr_val & ~THERM_LOG_THRESHOLD0); in pkg_temp_thermal_threshold_work_fn()
484 #define THERM_LOG_THRESHOLD0 (1 << 7) macro