coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
wpcd376i.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_WINBOND_WPCD376I_WPCD376I_H
4 #define SUPERIO_WINBOND_WPCD376I_WPCD376I_H
5 
6 /* Logical Device Numbers (LDN). */
7 #define WPCD376I_FDC 0x00 /* Floppy */
8 #define WPCD376I_LPT 0x01 /* Parallel port */
9 /* 0x02 Undefined */
10 #define WPCD376I_SP1 0x03 /* UART1 */
11 #define WPCD376I_SWC 0x04 /* System wake-up control */
12 #define WPCD376I_KBCM 0x05 /* PS/2 mouse */
13 #define WPCD376I_KBCK 0x06 /* PS/2 keyboard */
14 #define WPCD376I_GPIO 0x07 /* General Purpose I/O */
15 #define WPCD376I_ECIR 0x15 /* Enhanced Consumer Infrared Functions (ECIR) */
16 #define WPCD376I_IR 0x16 /* UART3 & Infrared port */
17 
18 #endif