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

#include <chip.h>

Collaboration diagram for drivers_acpi_thermal_zone_config::acpi_thermal_zone_passive_config:
Collaboration graph

Data Fields

unsigned int temperature
 
unsigned int time_constant_1
 DeltaP[%] = _TC1 * (Tn - Tn-1) + _TC2 * (Tn - Tt) Where: Tn = current temperature Tt = target temperature (_PSV) More...
 
unsigned int time_constant_2
 
unsigned int time_sampling_period
 

Detailed Description

Definition at line 37 of file chip.h.

Field Documentation

◆ temperature

unsigned int drivers_acpi_thermal_zone_config::acpi_thermal_zone_passive_config::temperature

Definition at line 42 of file chip.h.

◆ time_constant_1

unsigned int drivers_acpi_thermal_zone_config::acpi_thermal_zone_passive_config::time_constant_1

DeltaP[%] = _TC1 * (Tn - Tn-1) + _TC2 * (Tn - Tt) Where: Tn = current temperature Tt = target temperature (_PSV)

If any of these values are 0, then one of the following defaults will be used: TC1: 2, TC2: 5, TSP: 10

Definition at line 53 of file chip.h.

◆ time_constant_2

unsigned int drivers_acpi_thermal_zone_config::acpi_thermal_zone_passive_config::time_constant_2

Definition at line 54 of file chip.h.

◆ time_sampling_period

unsigned int drivers_acpi_thermal_zone_config::acpi_thermal_zone_passive_config::time_sampling_period

Definition at line 55 of file chip.h.


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