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

#include <tmu.h>

Collaboration diagram for tmu_data:
Collaboration graph

Data Fields

struct temperature_params ts
 
unsigned int efuse_min_value
 
unsigned int efuse_value
 
unsigned int efuse_max_value
 
unsigned int slope
 

Detailed Description

Definition at line 67 of file tmu.h.

Field Documentation

◆ efuse_max_value

unsigned int tmu_data::efuse_max_value

Definition at line 75 of file tmu.h.

Referenced by tmu_setup_parameters().

◆ efuse_min_value

unsigned int tmu_data::efuse_min_value

Definition at line 71 of file tmu.h.

Referenced by tmu_setup_parameters().

◆ efuse_value

unsigned int tmu_data::efuse_value

Definition at line 73 of file tmu.h.

Referenced by tmu_setup_parameters().

◆ slope

unsigned int tmu_data::slope

Definition at line 77 of file tmu.h.

Referenced by tmu_setup_parameters().

◆ ts

struct temperature_params tmu_data::ts

Definition at line 63 of file tmu.h.

Referenced by tmu_setup_parameters().


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