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 CTDP_SENSOR_ID   9 /* PECI */
 
#define CTDP_NOMINAL_THRESHOLD_OFF   0
 
#define CTDP_NOMINAL_THRESHOLD_ON   0
 
#define CTDP_DOWN_THRESHOLD_OFF   80
 
#define CTDP_DOWN_THRESHOLD_ON   90
 
#define CRITICAL_TEMPERATURE   104
 
#define PASSIVE_TEMPERATURE   100
 
#define MAX_TEMPERATURE   105
 

Macro Definition Documentation

◆ CRITICAL_TEMPERATURE

#define CRITICAL_TEMPERATURE   104

Definition at line 18 of file thermal.h.

◆ CTDP_DOWN_THRESHOLD_OFF

#define CTDP_DOWN_THRESHOLD_OFF   80

Definition at line 14 of file thermal.h.

◆ CTDP_DOWN_THRESHOLD_ON

#define CTDP_DOWN_THRESHOLD_ON   90

Definition at line 15 of file thermal.h.

◆ CTDP_NOMINAL_THRESHOLD_OFF

#define CTDP_NOMINAL_THRESHOLD_OFF   0

Definition at line 10 of file thermal.h.

◆ CTDP_NOMINAL_THRESHOLD_ON

#define CTDP_NOMINAL_THRESHOLD_ON   0

Definition at line 11 of file thermal.h.

◆ CTDP_SENSOR_ID

#define CTDP_SENSOR_ID   9 /* PECI */

Definition at line 7 of file thermal.h.

◆ MAX_TEMPERATURE

#define MAX_TEMPERATURE   105

Definition at line 24 of file thermal.h.

◆ PASSIVE_TEMPERATURE

#define PASSIVE_TEMPERATURE   100

Definition at line 21 of file thermal.h.