summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8629e/it8629e.h
blob: 573ca28e81a49bdd21dcecbbfa178805eb550ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef SUPERIO_ITE_IT8629E_H
#define SUPERIO_ITE_IT8629E_H

#define IT8629E_FDC	0x00 // FDC
#define IT8629E_SP1	0x01 // Serial Port 1
#define IT8629E_SP2	0x02 // Serial Port 2
#define IT8629E_PP	0x03 // Parallel Port
#define IT8629E_EC	0x04 // Environment Controller
#define IT8629E_KBCK	0x05 // PS/2 Keyboard
#define IT8629E_KBCM	0x06 // PS/2 Mouse
#define IT8629E_GPIO	0x07 // GPIO
#define IT8629E_UNKNOWN	0x08
#define IT8629E_IR	0x0a // Consumer IR

#endif /* SUPERIO_ITE_IT8629E_H */