coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pm.h File Reference
#include <stdint.h>
#include <acpi/acpi.h>
Include dependency graph for pm.h:

Go to the source code of this file.

Data Structures

struct  chipset_power_state
 

Functions

struct chipset_power_stateget_power_state (void)
 
int fill_power_state (void)
 
uint16_t get_pmbase (void)
 

Variables

struct chipset_power_state __packed
 

Function Documentation

◆ fill_power_state()

◆ get_pmbase()

uint16_t get_pmbase ( void  )

Definition at line 254 of file pmutil.c.

◆ get_power_state()

struct chipset_power_state* get_power_state ( void  )

Definition at line 51 of file fsp_params.c.

References power_state.

Referenced by clear_smi_and_wake_events().

Here is the caller graph for this function:

Variable Documentation

◆ __packed