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:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ early_gpio_table()

const struct pad_config* early_gpio_table ( size_t num)

Definition at line 45 of file gpio.c.

References ARRAY_SIZE, early_gpio_table_config, and gpio_set_stage_reset.

◆ gpio_table()

const struct pad_config* gpio_table ( size_t num)

Definition at line 51 of file gpio.c.

References ARRAY_SIZE, and gpio_set_stage_ram.

◆ 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.