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 FAN4_THRESHOLD_OFF   0
 
#define FAN4_THRESHOLD_ON   0
 
#define FAN3_THRESHOLD_OFF   44
 
#define FAN3_THRESHOLD_ON   48
 
#define FAN2_THRESHOLD_OFF   48
 
#define FAN2_THRESHOLD_ON   54
 
#define FAN1_THRESHOLD_OFF   60
 
#define FAN1_THRESHOLD_ON   64
 
#define FAN0_THRESHOLD_OFF   66
 
#define FAN0_THRESHOLD_ON   78
 
#define CRITICAL_TEMPERATURE   100
 
#define PASSIVE_TEMPERATURE   90
 
#define MAX_TEMPERATURE   100
 

Macro Definition Documentation

◆ CRITICAL_TEMPERATURE

#define CRITICAL_TEMPERATURE   100

Definition at line 27 of file thermal.h.

◆ FAN0_THRESHOLD_OFF

#define FAN0_THRESHOLD_OFF   66

Definition at line 23 of file thermal.h.

◆ FAN0_THRESHOLD_ON

#define FAN0_THRESHOLD_ON   78

Definition at line 24 of file thermal.h.

◆ FAN1_THRESHOLD_OFF

#define FAN1_THRESHOLD_OFF   60

Definition at line 19 of file thermal.h.

◆ FAN1_THRESHOLD_ON

#define FAN1_THRESHOLD_ON   64

Definition at line 20 of file thermal.h.

◆ FAN2_THRESHOLD_OFF

#define FAN2_THRESHOLD_OFF   48

Definition at line 15 of file thermal.h.

◆ FAN2_THRESHOLD_ON

#define FAN2_THRESHOLD_ON   54

Definition at line 16 of file thermal.h.

◆ FAN3_THRESHOLD_OFF

#define FAN3_THRESHOLD_OFF   44

Definition at line 11 of file thermal.h.

◆ FAN3_THRESHOLD_ON

#define FAN3_THRESHOLD_ON   48

Definition at line 12 of file thermal.h.

◆ FAN4_THRESHOLD_OFF

#define FAN4_THRESHOLD_OFF   0

Definition at line 7 of file thermal.h.

◆ FAN4_THRESHOLD_ON

#define FAN4_THRESHOLD_ON   0

Definition at line 8 of file thermal.h.

◆ MAX_TEMPERATURE

#define MAX_TEMPERATURE   100

Definition at line 33 of file thermal.h.

◆ PASSIVE_TEMPERATURE

#define PASSIVE_TEMPERATURE   90

Definition at line 30 of file thermal.h.