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

Go to the source code of this file.

Functions

void nuvoton_pnp_enter_conf_state (pnp_devfn_t dev)
 
void nuvoton_pnp_exit_conf_state (pnp_devfn_t dev)
 
void nuvoton_enable_serial (pnp_devfn_t dev, u16 iobase)
 

Function Documentation

◆ nuvoton_enable_serial()

void nuvoton_enable_serial ( pnp_devfn_t  dev,
u16  iobase 
)

◆ nuvoton_pnp_enter_conf_state()

void nuvoton_pnp_enter_conf_state ( pnp_devfn_t  dev)

Definition at line 33 of file early_serial.c.

References NUVOTON_ENTRY_KEY, and outb().

Referenced by bootblock_mainboard_early_init(), mainboard_config_superio(), nuvoton_enable_serial(), and superio_init().

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

◆ nuvoton_pnp_exit_conf_state()

void nuvoton_pnp_exit_conf_state ( pnp_devfn_t  dev)

Definition at line 41 of file early_serial.c.

References NUVOTON_EXIT_KEY, and outb().

Referenced by bootblock_mainboard_early_init(), mainboard_config_superio(), nuvoton_enable_serial(), and superio_init().

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