coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
it8623e.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_ITE_IT8623E_H
4 #define SUPERIO_ITE_IT8623E_H
5 
6 /* Datasheet not available. The list of LDNs might not be complete. */
7 
8 #define IT8623E_FDC 0x00 /* Floppy Controller */
9 #define IT8623E_SP1 0x01 /* Com1 */
10 #define IT8623E_SP2 0x02 /* Com2 */
11 #define IT8623E_PP 0x03 /* Parallel port */
12 #define IT8623E_EC 0x04 /* Environment controller */
13 #define IT8623E_KBCK 0x05 /* PS/2 keyboard */
14 #define IT8623E_KBCM 0x06 /* PS/2 mouse */
15 #define IT8623E_GPIO 0x07 /* GPIO */
16 
17 #endif /* SUPERIO_ITE_IT8623E_H */