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

Go to the source code of this file.

Macros

#define F81866D_FDC   0x00 /* Floppy */
 
#define F81866D_SP1   0x10 /* UART1 */
 
#define F81866D_SP2   0x11 /* UART2 */
 
#define F81866D_SP3   0x12 /* UART3 */
 
#define F81866D_SP4   0x13 /* UART4 */
 
#define F81866D_SP5   0x14 /* UART3 */
 
#define F81866D_SP6   0x15 /* UART4 */
 
#define F81866D_PP   0x03 /* Parallel Port */
 
#define F81866D_HWM   0x04 /* Hardware Monitor */
 
#define F81866D_KBC   0x05 /* Keyboard/Mouse */
 
#define F81866D_GPIO   0x06 /* General Purpose I/O (GPIO) */
 
#define F81866D_WDT   0x07 /* Watchdog */
 
#define F81866D_PME   0x0a /* Power Management Events (PME) */
 

Macro Definition Documentation

◆ F81866D_FDC

#define F81866D_FDC   0x00 /* Floppy */

Definition at line 13 of file f81866d.h.

◆ F81866D_GPIO

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

Definition at line 23 of file f81866d.h.

◆ F81866D_HWM

#define F81866D_HWM   0x04 /* Hardware Monitor */

Definition at line 21 of file f81866d.h.

◆ F81866D_KBC

#define F81866D_KBC   0x05 /* Keyboard/Mouse */

Definition at line 22 of file f81866d.h.

◆ F81866D_PME

#define F81866D_PME   0x0a /* Power Management Events (PME) */

Definition at line 25 of file f81866d.h.

◆ F81866D_PP

#define F81866D_PP   0x03 /* Parallel Port */

Definition at line 20 of file f81866d.h.

◆ F81866D_SP1

#define F81866D_SP1   0x10 /* UART1 */

Definition at line 14 of file f81866d.h.

◆ F81866D_SP2

#define F81866D_SP2   0x11 /* UART2 */

Definition at line 15 of file f81866d.h.

◆ F81866D_SP3

#define F81866D_SP3   0x12 /* UART3 */

Definition at line 16 of file f81866d.h.

◆ F81866D_SP4

#define F81866D_SP4   0x13 /* UART4 */

Definition at line 17 of file f81866d.h.

◆ F81866D_SP5

#define F81866D_SP5   0x14 /* UART3 */

Definition at line 18 of file f81866d.h.

◆ F81866D_SP6

#define F81866D_SP6   0x15 /* UART4 */

Definition at line 19 of file f81866d.h.

◆ F81866D_WDT

#define F81866D_WDT   0x07 /* Watchdog */

Definition at line 24 of file f81866d.h.