Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dtherm_throt.c267 if (level == CORE_LEVEL) { in thermal_clear_package_intr_status()
285 if (level == CORE_LEVEL) in get_therm_status()
314 state->level == CORE_LEVEL ? "Core" : "Package", in throttle_active_work()
350 state->level == CORE_LEVEL ? "Core" : "Package", in throttle_active_work()
382 if (level == CORE_LEVEL) { in therm_throt_process()
534 state->core_throttle.level = CORE_LEVEL; in thermal_throttle_online()
636 thresh_event_valid(CORE_LEVEL, 0)) in notify_thresholds()
640 thresh_event_valid(CORE_LEVEL, 1)) in notify_thresholds()
664 CORE_LEVEL); in intel_thermal_interrupt()
669 CORE_LEVEL); in intel_thermal_interrupt()
H A Dthermal_interrupt.h5 #define CORE_LEVEL 0 macro