coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
f71808a.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_FINTEK_F71808A_H
4 #define SUPERIO_FINTEK_F71808A_H
5 
6 /* Logical Device Numbers (LDN). */
7 #define F71808A_SP1 0x01 /* UART1 */
8 #define F71808A_HWM 0x04 /* Hardware monitor */
9 #define F71808A_KBC 0x05 /* PS/2 keyboard and mouse */
10 #define F71808A_GPIO 0x06 /* General Purpose I/O (GPIO) */
11 #define F71808A_WDT 0x07 /* WDT */
12 #define F71808A_CIR 0x08 /* CIR */
13 #define F71808A_PME 0x0a /* Power Management Events (PME) and ACPI */
14 
15 #endif /* SUPERIO_FINTEK_F71808A_H */