Searched refs:THERM_LOG_THRESHOLD1 (Results 1 – 3 of 3) sorted by relevance
344 if (msr_val & THERM_LOG_THRESHOLD1) in notify_package_thresholds()378 if ((msr_val & THERM_LOG_THRESHOLD1) && in notify_thresholds()
344 if (msr_val & THERM_LOG_THRESHOLD1) { in pkg_temp_thermal_threshold_work_fn()346 msr_val & ~THERM_LOG_THRESHOLD1); in pkg_temp_thermal_threshold_work_fn()
486 #define THERM_LOG_THRESHOLD1 (1 << 9) macro