coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
thermal_pci.c File Reference
#include <console/console.h>
#include <device/device.h>
#include <device/mmio.h>
#include <intelblocks/thermal.h>
#include <soc/pci_devs.h>
Include dependency graph for thermal_pci.c:

Go to the source code of this file.

Macros

#define THERMAL_SENSOR_POWER_MANAGEMENT   0x1c
 
#define CATASTROPHIC_TRIP_POINT_MASK   0x1ff
 

Functions

void pch_thermal_configuration (void)
 

Macro Definition Documentation

◆ CATASTROPHIC_TRIP_POINT_MASK

#define CATASTROPHIC_TRIP_POINT_MASK   0x1ff

Definition at line 10 of file thermal_pci.c.

◆ THERMAL_SENSOR_POWER_MANAGEMENT

#define THERMAL_SENSOR_POWER_MANAGEMENT   0x1c

Definition at line 9 of file thermal_pci.c.

Function Documentation

◆ pch_thermal_configuration()

void pch_thermal_configuration ( void  )

Definition at line 13 of file thermal_pci.c.