coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cstates.c File Reference
Include dependency graph for cstates.c:

Go to the source code of this file.

Functions

int get_cst_entries (const acpi_cstate_t **entries)
 

Variables

static const acpi_cstate_t cst_entries []
 

Function Documentation

◆ get_cst_entries()

int get_cst_entries ( const acpi_cstate_t **  entries)

Definition at line 24 of file cstates.c.

References ARRAY_SIZE, and cst_entries.

Variable Documentation

◆ cst_entries

const acpi_cstate_t cst_entries[]
static
Initial value:
= {
{
1, 0x01, 1000,
{ ACPI_ADDRESS_SPACE_FIXED, 1, 2, 1, 0, 0 }
},
{
2, 0x01, 500,
},
{
2, 0x11, 250,
},
}
#define ACPI_ADDRESS_SPACE_IO
Definition: acpi.h:105
#define ACPI_ADDRESS_SPACE_FIXED
Definition: acpi.h:115
#define DEFAULT_PMBASE
Definition: iomap.h:14
#define LV3
Definition: pch.h:429
#define LV2
Definition: pch.h:428

Definition at line 6 of file cstates.c.

Referenced by get_cst_entries().