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

#include <acpigen.h>

Collaboration diagram for opregion:
Collaboration graph

Data Fields

const char * name
 
enum region_space regionspace
 
unsigned long regionoffset
 
unsigned long regionlen
 

Detailed Description

Definition at line 213 of file acpigen.h.

Field Documentation

◆ name

◆ regionlen

unsigned long opregion::regionlen

Definition at line 217 of file acpigen.h.

Referenced by acpigen_write_opregion(), and wilco_ec_fill_ssdt_generator().

◆ regionoffset

unsigned long opregion::regionoffset

Definition at line 216 of file acpigen.h.

Referenced by acpigen_write_opregion(), and wilco_ec_fill_ssdt_generator().

◆ regionspace

enum region_space opregion::regionspace

Definition at line 214 of file acpigen.h.

Referenced by acpigen_write_opregion(), and wilco_ec_fill_ssdt_generator().


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