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

#include <acpi.h>

Collaboration diagram for acpi_pm_gpe_state:
Collaboration graph

Data Fields

uint16_t pm1_sts
 
uint16_t pm1_en
 
uint32_t gpe0_sts
 
uint32_t gpe0_en
 
uint16_t previous_sx_state
 
uint16_t aligning_field
 

Detailed Description

Definition at line 24 of file acpi.h.

Field Documentation

◆ aligning_field

uint16_t acpi_pm_gpe_state::aligning_field

Definition at line 30 of file acpi.h.

◆ gpe0_en

uint32_t acpi_pm_gpe_state::gpe0_en

Definition at line 28 of file acpi.h.

◆ gpe0_sts

uint32_t acpi_pm_gpe_state::gpe0_sts

Definition at line 27 of file acpi.h.

◆ pm1_en

uint16_t acpi_pm_gpe_state::pm1_en

Definition at line 26 of file acpi.h.

◆ pm1_sts

uint16_t acpi_pm_gpe_state::pm1_sts

Definition at line 25 of file acpi.h.

◆ previous_sx_state

uint16_t acpi_pm_gpe_state::previous_sx_state

Definition at line 29 of file acpi.h.


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