coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fintek.h File Reference
#include <device/pnp_type.h>
#include <stdint.h>
Include dependency graph for fintek.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void fintek_enable_serial (pnp_devfn_t dev, u16 iobase)
 
void pnp_enter_conf_state (pnp_devfn_t dev)
 
void pnp_exit_conf_state (pnp_devfn_t dev)
 

Function Documentation

◆ fintek_enable_serial()

void fintek_enable_serial ( pnp_devfn_t  dev,
u16  iobase 
)

Definition at line 47 of file early_serial.c.

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

Referenced by bootblock_mainboard_early_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pnp_enter_conf_state()

void pnp_enter_conf_state ( pnp_devfn_t  dev)

Definition at line 30 of file early_serial.c.

◆ pnp_exit_conf_state()

void pnp_exit_conf_state ( pnp_devfn_t  dev)

Definition at line 38 of file early_serial.c.