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

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_CFG_NF(GPP_F19, NONE, DEEP, NF1),
PAD_CFG_GPO(GPP_F8, 0, DEEP),
PAD_CFG_GPO(GPP_F9, 0, DEEP),
}
#define GPP_F9
#define GPP_C20
#define GPP_C21
#define GPP_F8
#define GPP_F19
#define PAD_CFG_NF(pad, pull, rst, func)
Definition: gpio_defs.h:197
#define PAD_CFG_GPO(pad, val, rst)
Definition: gpio_defs.h:247

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.