coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
wpcm450.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WPCM450_SP2   0x02 /* Com2 */
 
#define WPCM450_SP1   0x03 /* Com1 */
 
#define WPCM450_KBCK   0x06 /* Keyboard */
 

Functions

void wpcm450_enable_dev (u8 dev, u16 port, u16 iobase)
 

Macro Definition Documentation

◆ WPCM450_KBCK

#define WPCM450_KBCK   0x06 /* Keyboard */

Definition at line 8 of file wpcm450.h.

◆ WPCM450_SP1

#define WPCM450_SP1   0x03 /* Com1 */

Definition at line 7 of file wpcm450.h.

◆ WPCM450_SP2

#define WPCM450_SP2   0x02 /* Com2 */

Definition at line 6 of file wpcm450.h.

Function Documentation

◆ wpcm450_enable_dev()

void wpcm450_enable_dev ( u8  dev,
u16  port,
u16  iobase 
)

Definition at line 28 of file early_init.c.

References PNP_IDX_IO0, wpcm450_pnp_set_enable(), wpcm450_pnp_set_iobase(), and wpcm450_pnp_set_logical_device().

Here is the call graph for this function: