coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
it8721f.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_ITE_IT8721F_H
4 #define SUPERIO_ITE_IT8721F_H
5 
6 /* Logical Device Numbers (LDN). */
7 #define IT8721F_FDC 0x00 /* Floppy */
8 #define IT8721F_SP1 0x01 /* Com1 */
9 #define IT8721F_SP2 0x02 /* Com2 */
10 #define IT8721F_PP 0x03 /* Parallel port */
11 #define IT8721F_EC 0x04 /* Environment controller */
12 #define IT8721F_KBCK 0x05 /* PS/2 keyboard */
13 #define IT8721F_KBCM 0x06 /* PS/2 mouse */
14 #define IT8721F_GPIO 0x07 /* GPIO */
15 #define IT8721F_IR 0x0a /* Consumer IR */
16 
17 #endif /* SUPERIO_ITE_IT8721F_H */