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.

Macros

#define PAD_NC_PWROK(pad, pull)   PAD_CFG_GPI(pad, pull, PWROK)
 

Variables

const struct pad_config tagada_gpio_config []
 

Macro Definition Documentation

◆ PAD_NC_PWROK

#define PAD_NC_PWROK (   pad,
  pull 
)    PAD_CFG_GPI(pad, pull, PWROK)

Definition at line 10 of file gpio.h.

Variable Documentation

◆ tagada_gpio_config

const struct pad_config tagada_gpio_config[]

Definition at line 1 of file gpio.h.

Referenced by mainboard_config_gpios().