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

Go to the source code of this file.

Macros

#define WPCD376I_FDC   0x00 /* Floppy */
 
#define WPCD376I_LPT   0x01 /* Parallel port */
 
#define WPCD376I_SP1   0x03 /* UART1 */
 
#define WPCD376I_SWC   0x04 /* System wake-up control */
 
#define WPCD376I_KBCM   0x05 /* PS/2 mouse */
 
#define WPCD376I_KBCK   0x06 /* PS/2 keyboard */
 
#define WPCD376I_GPIO   0x07 /* General Purpose I/O */
 
#define WPCD376I_ECIR   0x15 /* Enhanced Consumer Infrared Functions (ECIR) */
 
#define WPCD376I_IR   0x16 /* UART3 & Infrared port */
 

Macro Definition Documentation

◆ WPCD376I_ECIR

#define WPCD376I_ECIR   0x15 /* Enhanced Consumer Infrared Functions (ECIR) */

Definition at line 15 of file wpcd376i.h.

◆ WPCD376I_FDC

#define WPCD376I_FDC   0x00 /* Floppy */

Definition at line 7 of file wpcd376i.h.

◆ WPCD376I_GPIO

#define WPCD376I_GPIO   0x07 /* General Purpose I/O */

Definition at line 14 of file wpcd376i.h.

◆ WPCD376I_IR

#define WPCD376I_IR   0x16 /* UART3 & Infrared port */

Definition at line 16 of file wpcd376i.h.

◆ WPCD376I_KBCK

#define WPCD376I_KBCK   0x06 /* PS/2 keyboard */

Definition at line 13 of file wpcd376i.h.

◆ WPCD376I_KBCM

#define WPCD376I_KBCM   0x05 /* PS/2 mouse */

Definition at line 12 of file wpcd376i.h.

◆ WPCD376I_LPT

#define WPCD376I_LPT   0x01 /* Parallel port */

Definition at line 8 of file wpcd376i.h.

◆ WPCD376I_SP1

#define WPCD376I_SP1   0x03 /* UART1 */

Definition at line 10 of file wpcd376i.h.

◆ WPCD376I_SWC

#define WPCD376I_SWC   0x04 /* System wake-up control */

Definition at line 11 of file wpcd376i.h.