1 /* SPDX-License-Identifier: GPL-2.0-only */
6 #define TEMPERATURE_SENSOR_ID 0 /* PECI */
8 /* Power level to set when EC requests throttle */
9 #define EC_THROTTLE_POWER_LIMIT 12 /* 12W */
11 /* Temperature which OS will shutdown at */
12 #define CRITICAL_TEMPERATURE 99
14 /* Temperature which OS will throttle CPU */
15 #define PASSIVE_TEMPERATURE 95
17 /* Tj_max value for calculating PECI CPU temperature */
18 #define MAX_TEMPERATURE 100