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.

Functions

void configure_gpio_pads (void)
 
void configure_early_gpio_pads (void)
 

Function Documentation

◆ configure_early_gpio_pads()

void configure_early_gpio_pads ( void  )

Definition at line 33 of file early_gpio.c.

References ARRAY_SIZE, early_gpio_table, and gpio_configure_pads().

Referenced by bootblock_mainboard_early_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ configure_gpio_pads()

void configure_gpio_pads ( void  )

Definition at line 82 of file gpio.c.

References ARRAY_SIZE, gpio_configure_pads(), and gpio_table.

Referenced by mainboard_init().

Here is the call graph for this function:
Here is the caller graph for this function: