coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
w83627uhg.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_WINBOND_W83627UHG_W83627UHG_H
4 #define SUPERIO_WINBOND_W83627UHG_W83627UHG_H
5 
6 #define W83627UHG_FDC 0 /* Floppy */
7 #define W83627UHG_PP 1 /* Parallel port */
8 #define W83627UHG_SP1 2 /* Com1 */
9 #define W83627UHG_SP2 3 /* Com2 */
10 #define W83627UHG_KBC 5 /* PS/2 keyboard & mouse */
11 #define W83627UHG_SP3 6 /* Com3 */
12 #define W83627UHG_GPIO3_4 7 /* GPIO 3/4 */
13 #define W83627UHG_WDTO_PLED_GPIO5_6 8 /* WDTO#, PLED, GPIO5/6 */
14 #define W83627UHG_GPIO1_2 9 /* GPIO 1/2, SUSLED */
15 #define W83627UHG_ACPI 10 /* ACPI */
16 #define W83627UHG_HWM 11 /* Hardware monitor */
17 #define W83627UHG_PECI_SST 12 /* PECI, SST */
18 #define W83627UHG_SP4 13 /* Com4 */
19 #define W83627UHG_SP5 14 /* Com5 */
20 #define W83627UHG_SP6 15 /* Com6 */
21 
22 #endif /* SUPERIO_WINBOND_W83627UHG_W83627UHG_H */