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

#include <power_limit.h>

Collaboration diagram for soc_power_limits_config:
Collaboration graph

Data Fields

uint16_t tdp_pl1_override
 
uint16_t tdp_pl2_override
 
uint16_t tdp_psyspl2
 
uint16_t tdp_psyspl3
 
uint32_t tdp_psyspl3_time
 
uint32_t tdp_psyspl3_dutycycle
 
uint16_t tdp_pl4
 
uint16_t psys_pmax
 

Detailed Description

Definition at line 20 of file power_limit.h.

Field Documentation

◆ psys_pmax

uint16_t soc_power_limits_config::psys_pmax

◆ tdp_pl1_override

uint16_t soc_power_limits_config::tdp_pl1_override

Definition at line 22 of file power_limit.h.

Referenced by devtree_update(), and set_power_limits().

◆ tdp_pl2_override

◆ tdp_pl4

uint16_t soc_power_limits_config::tdp_pl4

◆ tdp_psyspl2

uint16_t soc_power_limits_config::tdp_psyspl2

◆ tdp_psyspl3

uint16_t soc_power_limits_config::tdp_psyspl3

Definition at line 28 of file power_limit.h.

Referenced by mainboard_set_power_limits(), and set_power_limits().

◆ tdp_psyspl3_dutycycle

uint32_t soc_power_limits_config::tdp_psyspl3_dutycycle

Definition at line 32 of file power_limit.h.

Referenced by mainboard_set_power_limits(), and set_power_limits().

◆ tdp_psyspl3_time

uint32_t soc_power_limits_config::tdp_psyspl3_time

Definition at line 30 of file power_limit.h.

Referenced by mainboard_set_power_limits(), and set_power_limits().


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