coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
wpcm450.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_NUVOTON_WPCM450_WPCM450_H
4 #define SUPERIO_NUVOTON_WPCM450_WPCM450_H
5 
6 #define WPCM450_SP2 0x02 /* Com2 */
7 #define WPCM450_SP1 0x03 /* Com1 */
8 #define WPCM450_KBCK 0x06 /* Keyboard */
9 
10 void wpcm450_enable_dev(u8 dev, u16 port, u16 iobase);
11 
12 #endif
port
Definition: i915.h:29
uint16_t u16
Definition: stdint.h:48
uint8_t u8
Definition: stdint.h:45
void wpcm450_enable_dev(u8 dev, u16 port, u16 iobase)
Definition: early_init.c:28