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

Go to the source code of this file.

Functions

static uint8_t iomux_read8 (uint8_t reg)
 
static void iomux_write8 (uint8_t reg, uint8_t value)
 
static uint8_t gpio_100_read8 (uint8_t reg)
 
static void gpio_100_write8 (uint8_t reg, uint8_t value)
 

Function Documentation

◆ gpio_100_read8()

static uint8_t gpio_100_read8 ( uint8_t  reg)
inlinestatic

Definition at line 23 of file acpimmio_legacy_gpio100.h.

References acpimmio_gpio_100, and read8().

Referenced by configure_gpio(), and read_gpio().

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

◆ gpio_100_write8()

static void gpio_100_write8 ( uint8_t  reg,
uint8_t  value 
)
inlinestatic

Definition at line 28 of file acpimmio_legacy_gpio100.h.

References acpimmio_gpio_100, value, and write8().

Referenced by bootblock_mainboard_early_init(), configure_gpio(), init(), init_gpios(), and southstation_led_init().

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

◆ iomux_read8()

static uint8_t iomux_read8 ( uint8_t  reg)
inlinestatic

Definition at line 12 of file acpimmio_legacy_gpio100.h.

References acpimmio_iomux, and read8().

Referenced by init_gpios(), and southstation_led_init().

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

◆ iomux_write8()

static void iomux_write8 ( uint8_t  reg,
uint8_t  value 
)
inlinestatic

Definition at line 17 of file acpimmio_legacy_gpio100.h.

References acpimmio_iomux, value, and write8().

Referenced by configure_gpio(), init(), init_gpios(), and southstation_led_init().

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