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

Go to the source code of this file.

Functions

const struct pad_configgpio_table (size_t *num)
 
const struct pad_configearly_gpio_table (size_t *num)
 
const struct pad_configsleep_gpio_table (size_t *num)
 

Variables

static const struct pad_config gpio_table_config []
 
static const struct pad_config early_gpio_table_config []
 
static const struct pad_config sleep_gpio_table_config []
 

Function Documentation

◆ early_gpio_table()

const struct pad_config* early_gpio_table ( size_t num)

Definition at line 326 of file gpio.c.

References ARRAY_SIZE, and early_gpio_table_config.

◆ gpio_table()

const struct pad_config* gpio_table ( size_t num)

Definition at line 274 of file gpio.c.

◆ sleep_gpio_table()

const struct pad_config* sleep_gpio_table ( size_t num)

Definition at line 336 of file gpio.c.

References ARRAY_SIZE, and sleep_gpio_table_config.

Variable Documentation

◆ early_gpio_table_config

const struct pad_config early_gpio_table_config[]
static

Definition at line 274 of file gpio.c.

Referenced by early_gpio_table().

◆ gpio_table_config

const struct pad_config gpio_table_config[]
static

Definition at line 1 of file gpio.c.

◆ sleep_gpio_table_config

const struct pad_config sleep_gpio_table_config[]
static
Initial value:
= {
}

Definition at line 326 of file gpio.c.

Referenced by sleep_gpio_table().