coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
it8712f.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_ITE_IT8712F_H
4 #define SUPERIO_ITE_IT8712F_H
5 
6 /* Datasheet: http://www.ite.com.tw/product_info/PC/Brief-IT8712_2.asp */
7 
8 #define IT8712F_FDC 0x00 /* Floppy */
9 #define IT8712F_SP1 0x01 /* Com1 */
10 #define IT8712F_SP2 0x02 /* Com2 */
11 #define IT8712F_PP 0x03 /* Parallel port */
12 #define IT8712F_EC 0x04 /* Environment controller */
13 #define IT8712F_KBCK 0x05 /* Keyboard */
14 #define IT8712F_KBCM 0x06 /* Mouse */
15 #define IT8712F_GPIO 0x07 /* GPIO */
16 #define IT8712F_MIDI 0x08 /* MIDI port */
17 #define IT8712F_GAME 0x09 /* GAME port */
18 #define IT8712F_IR 0x0a /* Consumer IR */
19 
20 #endif /* SUPERIO_ITE_IT8712F_H */