1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef DCP847SKE_THERMAL_H
4 #define DCP847SKE_THERMAL_H
6 /* TODO: These should be generated at runtime from
7 * MSR_TEMPERATURE_TARGET (0x1a2) */
9 /* Temperature which OS will shutdown at (Tjmax) */
10 #define CRITICAL_TEMPERATURE 100
12 /* Temperature which OS will throttle CPU (Tcontrol) */
13 #define PASSIVE_TEMPERATURE 86