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

Go to the source code of this file.

Variables

static const struct pad_config early_gpio_table []
 
static const struct pad_config gpio_table []
 

Variable Documentation

◆ early_gpio_table

const struct pad_config early_gpio_table[]
static
Initial value:
= {
PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1),
PAD_NC(GPP_C22, UP_20K),
PAD_NC(GPP_C23, UP_20K),
}
#define GPP_C22
#define GPP_C23
#define GPP_C20
#define GPP_C21
#define PAD_NC(pin)
Definition: gpio_defs.h:263
#define PAD_CFG_NF(pad, pull, rst, func)
Definition: gpio_defs.h:197

Definition at line 1 of file gpio.h.

◆ gpio_table

const struct pad_config gpio_table[]
static

Definition at line 1 of file gpio.h.