1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef SUPERIO_SMSC_KBC1100_H
4 #define SUPERIO_SMSC_KBC1100_H
6 #include <device/pnp_type.h>
9 #define KBC1100_PM1 1 /* PM1 */
10 #define SMSCSUPERIO_SP1 4 /* Com1 */
11 #define SMSCSUPERIO_SP2 5 /* Com2 */
12 #define KBC1100_KBC 7 /* Keyboard */
13 #define KBC1100_EC0 8 /* EC Channel 0 */
14 #define KBC1100_MAILBOX 9 /* Mail Box */
15 #define KBC1100_GPIO 0x0A /* GPIO */
16 #define KBC1100_SPI 0x0B /* Share flash interface */
18 #define KBC1100_EC1 0x0D /* EC Channel 1 */
19 #define KBC1100_EC2 0x0E /* EC Channel 2 */
21 void kbc1100_early_serial(pnp_devfn_t dev
, u16 iobase
);
22 void kbc1100_early_init(u16 port
);
24 #endif /* SUPERIO_SMSC_KBC1100_H */