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

Go to the source code of this file.

Functions

void variant_configure_gpios (void)
 

Variables

static const struct pad_config gpio_table []
 

Function Documentation

◆ variant_configure_gpios()

void variant_configure_gpios ( void  )

Definition at line 238 of file gpio.c.

Variable Documentation

◆ gpio_table

const struct pad_config gpio_table[]
static

Definition at line 1 of file gpio.c.

Referenced by variant_configure_gpios().