coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
thermal.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TEMPERATURE_SENSOR_ID   0 /* PECI */
 
#define EC_THROTTLE_POWER_LIMIT   12 /* 12W */
 
#define CRITICAL_TEMPERATURE   99
 
#define PASSIVE_TEMPERATURE   95
 
#define MAX_TEMPERATURE   100
 

Macro Definition Documentation

◆ CRITICAL_TEMPERATURE

#define CRITICAL_TEMPERATURE   99

Definition at line 12 of file thermal.h.

◆ EC_THROTTLE_POWER_LIMIT

#define EC_THROTTLE_POWER_LIMIT   12 /* 12W */

Definition at line 9 of file thermal.h.

◆ MAX_TEMPERATURE

#define MAX_TEMPERATURE   100

Definition at line 18 of file thermal.h.

◆ PASSIVE_TEMPERATURE

#define PASSIVE_TEMPERATURE   95

Definition at line 15 of file thermal.h.

◆ TEMPERATURE_SENSOR_ID

#define TEMPERATURE_SENSOR_ID   0 /* PECI */

Definition at line 6 of file thermal.h.