coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
early_serial.c File Reference
#include <device/pnp_ops.h>
#include <device/pnp_def.h>
#include <stdint.h>
#include "nsc.h"
Include dependency graph for early_serial.c:

Go to the source code of this file.

Functions

void nsc_enable_serial (pnp_devfn_t dev, u16 iobase)
 

Function Documentation

◆ nsc_enable_serial()

void nsc_enable_serial ( pnp_devfn_t  dev,
u16  iobase 
)

Definition at line 8 of file early_serial.c.

References PNP_IDX_IO0, pnp_set_enable(), pnp_set_iobase(), and pnp_set_logical_device().

Here is the call graph for this function: