coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
soc_gpio_config Struct Reference

#include <gpio.h>

Collaboration diagram for soc_gpio_config:
Collaboration graph

Data Fields

const struct soc_gpio_mapncore
 
const struct soc_gpio_mapscore
 
const struct soc_gpio_mapssus
 
const u8(* core_dirq )[GPIO_MAX_DIRQS]
 
const u8(* sus_dirq )[GPIO_MAX_DIRQS]
 
const struct soc_gpio_mapnorth
 
const struct soc_gpio_mapsoutheast
 
const struct soc_gpio_mapsouthwest
 
const struct soc_gpio_mapeast
 

Detailed Description

Definition at line 344 of file gpio.h.

Field Documentation

◆ core_dirq

const u8(* soc_gpio_config::core_dirq)[GPIO_MAX_DIRQS]

Definition at line 348 of file gpio.h.

◆ east

const struct soc_gpio_map* soc_gpio_config::east

Definition at line 359 of file gpio.h.

◆ ncore

const struct soc_gpio_map* soc_gpio_config::ncore

Definition at line 345 of file gpio.h.

◆ north

const struct soc_gpio_map* soc_gpio_config::north

Definition at line 356 of file gpio.h.

◆ score

const struct soc_gpio_map* soc_gpio_config::score

Definition at line 346 of file gpio.h.

◆ southeast

const struct soc_gpio_map* soc_gpio_config::southeast

Definition at line 357 of file gpio.h.

◆ southwest

const struct soc_gpio_map* soc_gpio_config::southwest

Definition at line 358 of file gpio.h.

◆ ssus

const struct soc_gpio_map* soc_gpio_config::ssus

Definition at line 347 of file gpio.h.

◆ sus_dirq

const u8(* soc_gpio_config::sus_dirq)[GPIO_MAX_DIRQS]

Definition at line 349 of file gpio.h.


The documentation for this struct was generated from the following file: