Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dtherm_throt.c399 } else if (level == PACKAGE_LEVEL) { in therm_throt_process()
452 if (level == PACKAGE_LEVEL) in thresh_event_valid()
553 thermal_clear_package_intr_status(PACKAGE_LEVEL, in check_directed_thermal_pkg_intr_ack()
632 thermal_clear_package_intr_status(PACKAGE_LEVEL, in enable_directed_thermal_pkg_intr()
676 thermal_clear_package_intr_status(PACKAGE_LEVEL, in disable_directed_thermal_pkg_intr()
796 state->package_throttle.level = PACKAGE_LEVEL; in thermal_throttle_online()
896 if (notify_thres_0 && thresh_event_valid(PACKAGE_LEVEL, 0)) in notify_package_thresholds()
899 if (notify_thres_1 && thresh_event_valid(PACKAGE_LEVEL, 1)) in notify_package_thresholds()
954 PACKAGE_LEVEL); in intel_thermal_interrupt()
959 PACKAGE_LEVEL); in intel_thermal_interrupt()
H A Dthermal_interrupt.h6 #define PACKAGE_LEVEL 1 macro