coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
lpc47m15x.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SUPERIO_SMSC_LPC47M15X_H
4 #define SUPERIO_SMSC_LPC47M15X_H
5 
6 #define LPC47M15X_FDC 0 /* Floppy */
7 #define LPC47M15X_PP 3 /* Parallel Port */
8 #define LPC47M15X_SP1 4 /* Com1 */
9 #define LPC47M15X_SP2 5 /* Com2 */
10 #define LPC47M15X_KBC 7 /* Keyboard & Mouse */
11 #define LPC47M15X_GAME 9 /* GAME */
12 #define LPC47M15X_PME 10 /* PME reg*/
13 #define LPC47M15X_MPU 11 /* MPE -- who knows -- reg*/
14 
15 #define LPC47M15X2_MAX_CONFIG_REGISTER 0x5F
16 
17 #include <device/pnp_type.h>
18 #include <stdint.h>
19 
20 void lpc47m15x_enable_serial(pnp_devfn_t dev, u16 iobase);
21 
22 #endif /* SUPERIO_SMSC_LPC47M15X_H */
void lpc47m15x_enable_serial(pnp_devfn_t dev, u16 iobase)
Definition: early_serial.c:24
u32 pnp_devfn_t
Definition: pnp_type.h:8
uint16_t u16
Definition: stdint.h:48