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

Go to the source code of this file.

Macros

#define F71808A_SP1   0x01 /* UART1 */
 
#define F71808A_HWM   0x04 /* Hardware monitor */
 
#define F71808A_KBC   0x05 /* PS/2 keyboard and mouse */
 
#define F71808A_GPIO   0x06 /* General Purpose I/O (GPIO) */
 
#define F71808A_WDT   0x07 /* WDT */
 
#define F71808A_CIR   0x08 /* CIR */
 
#define F71808A_PME   0x0a /* Power Management Events (PME) and ACPI */
 

Macro Definition Documentation

◆ F71808A_CIR

#define F71808A_CIR   0x08 /* CIR */

Definition at line 12 of file f71808a.h.

◆ F71808A_GPIO

#define F71808A_GPIO   0x06 /* General Purpose I/O (GPIO) */

Definition at line 10 of file f71808a.h.

◆ F71808A_HWM

#define F71808A_HWM   0x04 /* Hardware monitor */

Definition at line 8 of file f71808a.h.

◆ F71808A_KBC

#define F71808A_KBC   0x05 /* PS/2 keyboard and mouse */

Definition at line 9 of file f71808a.h.

◆ F71808A_PME

#define F71808A_PME   0x0a /* Power Management Events (PME) and ACPI */

Definition at line 13 of file f71808a.h.

◆ F71808A_SP1

#define F71808A_SP1   0x01 /* UART1 */

Definition at line 7 of file f71808a.h.

◆ F71808A_WDT

#define F71808A_WDT   0x07 /* WDT */

Definition at line 11 of file f71808a.h.