coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio_m.c File Reference
#include <baseboard/gpio.h>
#include <baseboard/variants.h>
#include <commonlib/helpers.h>
#include <vendorcode/google/chromeos/chromeos.h>
Include dependency graph for gpio_m.c:

Go to the source code of this file.

Functions

void variant_configure_gpio_pads (void)
 
 DECLARE_CROS_GPIOS (cros_gpios)
 

Variables

static const struct pad_config gpio_table []
 
static const struct cros_gpio cros_gpios []
 

Function Documentation

◆ DECLARE_CROS_GPIOS()

DECLARE_CROS_GPIOS ( cros_gpios  )

◆ variant_configure_gpio_pads()

void variant_configure_gpio_pads ( void  )

Definition at line 185 of file gpio_m.c.

Variable Documentation

◆ cros_gpios

const struct cros_gpio cros_gpios[]
static
Initial value:
= {
CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, CROS_GPIO_DEVICE_NAME),
}
#define CROS_GPIO_DEVICE_NAME
Definition: gpio.h:14

Definition at line 185 of file gpio_m.c.

◆ gpio_table

const struct pad_config gpio_table[]
static

Definition at line 1 of file gpio_m.c.