coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void program_gpio_pads (void)
 
void program_early_gpio_pads (void)
 

Function Documentation

◆ program_early_gpio_pads()

void program_early_gpio_pads ( void  )

Definition at line 412 of file 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:

◆ program_gpio_pads()

void program_gpio_pads ( void  )

Definition at line 407 of file gpio.c.

References ARRAY_SIZE, gpio_configure_pads(), and gpio_table.

Referenced by mainboard_silicon_init_params().

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