coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
BiosCallOuts.h File Reference

Go to the source code of this file.

Macros

#define FAN_INPUT_INTERNAL_DIODE   0
 
#define FAN_INPUT_TEMP0   1
 
#define FAN_INPUT_TEMP1   2
 
#define FAN_INPUT_TEMP2   3
 
#define FAN_INPUT_TEMP3   4
 
#define FAN_INPUT_TEMP0_FILTER   5
 
#define FAN_INPUT_ZERO   6
 
#define FAN_INPUT_DISABLED   7
 
#define FAN_AUTOMODE   (1 << 0)
 
#define FAN_LINEARMODE   (1 << 1)
 
#define FAN_STEPMODE   ~(1 << 1)
 
#define FAN_POLARITY_HIGH   (1 << 2)
 
#define FAN_POLARITY_LOW   ~(1 << 2)
 
#define FREQ_28KHZ   0x0
 
#define FREQ_25KHZ   0x1
 
#define FREQ_23KHZ   0x2
 
#define FREQ_21KHZ   0x3
 
#define FREQ_29KHZ   0x4
 
#define FREQ_18KHZ   0x5
 
#define FREQ_100HZ   0xF7
 
#define FREQ_87HZ   0xF8
 
#define FREQ_58HZ   0xF9
 
#define FREQ_44HZ   0xFA
 
#define FREQ_35HZ   0xFB
 
#define FREQ_29HZ   0xFC
 
#define FREQ_22HZ   0xFD
 
#define FREQ_14HZ   0xFE
 
#define FREQ_11HZ   0xFF
 

Macro Definition Documentation

◆ FAN_AUTOMODE

#define FAN_AUTOMODE   (1 << 0)

Definition at line 12 of file BiosCallOuts.h.

◆ FAN_INPUT_DISABLED

#define FAN_INPUT_DISABLED   7

Definition at line 10 of file BiosCallOuts.h.

◆ FAN_INPUT_INTERNAL_DIODE

#define FAN_INPUT_INTERNAL_DIODE   0

Definition at line 3 of file BiosCallOuts.h.

◆ FAN_INPUT_TEMP0

#define FAN_INPUT_TEMP0   1

Definition at line 4 of file BiosCallOuts.h.

◆ FAN_INPUT_TEMP0_FILTER

#define FAN_INPUT_TEMP0_FILTER   5

Definition at line 8 of file BiosCallOuts.h.

◆ FAN_INPUT_TEMP1

#define FAN_INPUT_TEMP1   2

Definition at line 5 of file BiosCallOuts.h.

◆ FAN_INPUT_TEMP2

#define FAN_INPUT_TEMP2   3

Definition at line 6 of file BiosCallOuts.h.

◆ FAN_INPUT_TEMP3

#define FAN_INPUT_TEMP3   4

Definition at line 7 of file BiosCallOuts.h.

◆ FAN_INPUT_ZERO

#define FAN_INPUT_ZERO   6

Definition at line 9 of file BiosCallOuts.h.

◆ FAN_LINEARMODE

#define FAN_LINEARMODE   (1 << 1)

Definition at line 13 of file BiosCallOuts.h.

◆ FAN_POLARITY_HIGH

#define FAN_POLARITY_HIGH   (1 << 2)

Definition at line 15 of file BiosCallOuts.h.

◆ FAN_POLARITY_LOW

#define FAN_POLARITY_LOW   ~(1 << 2)

Definition at line 16 of file BiosCallOuts.h.

◆ FAN_STEPMODE

#define FAN_STEPMODE   ~(1 << 1)

Definition at line 14 of file BiosCallOuts.h.

◆ FREQ_100HZ

#define FREQ_100HZ   0xF7

Definition at line 25 of file BiosCallOuts.h.

◆ FREQ_11HZ

#define FREQ_11HZ   0xFF

Definition at line 33 of file BiosCallOuts.h.

◆ FREQ_14HZ

#define FREQ_14HZ   0xFE

Definition at line 32 of file BiosCallOuts.h.

◆ FREQ_18KHZ

#define FREQ_18KHZ   0x5

Definition at line 24 of file BiosCallOuts.h.

◆ FREQ_21KHZ

#define FREQ_21KHZ   0x3

Definition at line 22 of file BiosCallOuts.h.

◆ FREQ_22HZ

#define FREQ_22HZ   0xFD

Definition at line 31 of file BiosCallOuts.h.

◆ FREQ_23KHZ

#define FREQ_23KHZ   0x2

Definition at line 21 of file BiosCallOuts.h.

◆ FREQ_25KHZ

#define FREQ_25KHZ   0x1

Definition at line 20 of file BiosCallOuts.h.

◆ FREQ_28KHZ

#define FREQ_28KHZ   0x0

Definition at line 19 of file BiosCallOuts.h.

◆ FREQ_29HZ

#define FREQ_29HZ   0xFC

Definition at line 30 of file BiosCallOuts.h.

◆ FREQ_29KHZ

#define FREQ_29KHZ   0x4

Definition at line 23 of file BiosCallOuts.h.

◆ FREQ_35HZ

#define FREQ_35HZ   0xFB

Definition at line 29 of file BiosCallOuts.h.

◆ FREQ_44HZ

#define FREQ_44HZ   0xFA

Definition at line 28 of file BiosCallOuts.h.

◆ FREQ_58HZ

#define FREQ_58HZ   0xF9

Definition at line 27 of file BiosCallOuts.h.

◆ FREQ_87HZ

#define FREQ_87HZ   0xF8

Definition at line 26 of file BiosCallOuts.h.