coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
thermal_common.c File Reference
Include dependency graph for thermal_common.c:

Go to the source code of this file.

Functions

uint8_t get_thermal_trip_temp (void)
 
uint32_t pch_get_ltt_value (void)
 

Function Documentation

◆ get_thermal_trip_temp()

uint8_t get_thermal_trip_temp ( void  )

Definition at line 8 of file thermal_common.c.

References chip_get_common_soc_structure(), and soc_intel_common_config::pch_thermal_trip.

Referenced by pch_get_ltt_value().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pch_get_ltt_value()

uint32_t pch_get_ltt_value ( void  )

Definition at line 17 of file thermal_common.c.

References DEFAULT_TRIP_TEMP, die(), get_thermal_trip_temp(), and MAX_TRIP_TEMP.

Referenced by pch_thermal_configuration().

Here is the call graph for this function:
Here is the caller graph for this function: