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 12 of file cstates.c.

References ARRAY_SIZE, and cst_entries.

Variable Documentation

◆ cst_entries

const acpi_cstate_t cst_entries[]
static
Initial value:
= {
{ 1, 1, 1000, { 0x7f, 1, 2, 0, 1, 0 } },
{ 2, 1, 500, { 0x01, 8, 0, 0, DEFAULT_PMBASE + LV2, 0 } },
{ 3, 17, 250, { 0x01, 8, 0, 0, DEFAULT_PMBASE + LV3, 0 } },
}
#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().