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

#include <acpi.h>

Collaboration diagram for soc_pmc_lpm:
Collaboration graph

Data Fields

unsigned int num_substates
 
unsigned int num_req_regs
 
unsigned int lpm_ipc_offset
 
unsigned int req_reg_stride
 
uint8_t lpm_enable_mask
 

Detailed Description

Definition at line 108 of file acpi.h.

Field Documentation

◆ lpm_enable_mask

uint8_t soc_pmc_lpm::lpm_enable_mask

Definition at line 113 of file acpi.h.

Referenced by read_pmc_lpm_requirements().

◆ lpm_ipc_offset

unsigned int soc_pmc_lpm::lpm_ipc_offset

Definition at line 111 of file acpi.h.

Referenced by read_pmc_lpm_requirements().

◆ num_req_regs

unsigned int soc_pmc_lpm::num_req_regs

Definition at line 110 of file acpi.h.

Referenced by read_pmc_lpm_requirements().

◆ num_substates

unsigned int soc_pmc_lpm::num_substates

Definition at line 109 of file acpi.h.

Referenced by read_pmc_lpm_requirements(), and soc_pmc_fill_ssdt().

◆ req_reg_stride

unsigned int soc_pmc_lpm::req_reg_stride

Definition at line 112 of file acpi.h.

Referenced by read_pmc_lpm_requirements().


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