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

#include <gpio_common.h>

Collaboration diagram for eint_regs:
Collaboration graph

Data Fields

struct eint_section sta
 
struct eint_section ack
 
struct eint_section mask
 
struct eint_section mask_set
 
struct eint_section mask_clr
 
struct eint_section sens
 
struct eint_section sens_set
 
struct eint_section sens_clr
 
struct eint_section soft
 
struct eint_section soft_set
 
struct eint_section soft_clr
 
struct eint_section rsv00
 
struct eint_section pol
 
struct eint_section pol_set
 
struct eint_section pol_clr
 
struct eint_section rsv01
 
uint32_t d0en [7]
 
uint32_t rsv02
 
uint32_t d1en [7]
 

Detailed Description

Definition at line 66 of file gpio_common.h.

Field Documentation

◆ ack

struct eint_section eint_regs::ack

Definition at line 63 of file gpio_common.h.

Referenced by gpio_eint_poll().

◆ d0en

uint32_t eint_regs::d0en[7]

Definition at line 83 of file gpio_common.h.

Referenced by gpio_eint_configure().

◆ d1en

uint32_t eint_regs::d1en[7]

Definition at line 85 of file gpio_common.h.

◆ mask

struct eint_section eint_regs::mask

Definition at line 63 of file gpio_common.h.

◆ mask_clr

struct eint_section eint_regs::mask_clr

Definition at line 63 of file gpio_common.h.

Referenced by gpio_eint_configure().

◆ mask_set

struct eint_section eint_regs::mask_set

Definition at line 63 of file gpio_common.h.

◆ pol

struct eint_section eint_regs::pol

Definition at line 63 of file gpio_common.h.

◆ pol_clr

struct eint_section eint_regs::pol_clr

Definition at line 63 of file gpio_common.h.

Referenced by gpio_eint_configure().

◆ pol_set

struct eint_section eint_regs::pol_set

Definition at line 63 of file gpio_common.h.

Referenced by gpio_eint_configure().

◆ rsv00

struct eint_section eint_regs::rsv00

Definition at line 63 of file gpio_common.h.

◆ rsv01

struct eint_section eint_regs::rsv01

Definition at line 63 of file gpio_common.h.

◆ rsv02

uint32_t eint_regs::rsv02

Definition at line 84 of file gpio_common.h.

◆ sens

struct eint_section eint_regs::sens

Definition at line 63 of file gpio_common.h.

◆ sens_clr

struct eint_section eint_regs::sens_clr

Definition at line 63 of file gpio_common.h.

Referenced by gpio_eint_configure().

◆ sens_set

struct eint_section eint_regs::sens_set

Definition at line 63 of file gpio_common.h.

Referenced by gpio_eint_configure().

◆ soft

struct eint_section eint_regs::soft

Definition at line 63 of file gpio_common.h.

◆ soft_clr

struct eint_section eint_regs::soft_clr

Definition at line 63 of file gpio_common.h.

◆ soft_set

struct eint_section eint_regs::soft_set

Definition at line 63 of file gpio_common.h.

◆ sta

struct eint_section eint_regs::sta

Definition at line 63 of file gpio_common.h.

Referenced by gpio_eint_poll().


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