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

#include <acpigen_dptf.h>

Collaboration diagram for dptf_power_limit_config:
Collaboration graph

Data Fields

uint32_t min_power
 
uint32_t max_power
 
uint32_t time_window_min
 
uint32_t time_window_max
 
uint16_t granularity
 

Detailed Description

Definition at line 119 of file acpigen_dptf.h.

Field Documentation

◆ granularity

uint16_t dptf_power_limit_config::granularity

Definition at line 129 of file acpigen_dptf.h.

◆ max_power

uint32_t dptf_power_limit_config::max_power

Definition at line 123 of file acpigen_dptf.h.

Referenced by variant_update_power_limits().

◆ min_power

uint32_t dptf_power_limit_config::min_power

Definition at line 121 of file acpigen_dptf.h.

Referenced by variant_update_power_limits().

◆ time_window_max

uint32_t dptf_power_limit_config::time_window_max

Definition at line 127 of file acpigen_dptf.h.

◆ time_window_min

uint32_t dptf_power_limit_config::time_window_min

Definition at line 125 of file acpigen_dptf.h.


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