coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.c File Reference
#include <mainboard/gpio.h>
#include <soc/gpe.h>
#include <soc/gpio.h>
Include dependency graph for gpio.c:

Go to the source code of this file.

Functions

void mainboard_configure_gpios (void)
 

Variables

static const struct pad_config gpio_table []
 

Function Documentation

◆ mainboard_configure_gpios()

void mainboard_configure_gpios ( void  )

Definition at line 223 of file gpio.c.

References ARRAY_SIZE, gpio_configure_pads(), and gpio_table.

Here is the call graph for this function:

Variable Documentation

◆ gpio_table

const struct pad_config gpio_table[]
static

Definition at line 1 of file gpio.c.

Referenced by mainboard_configure_gpios().