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

#include <chip.h>

Collaboration diagram for cpu_intel_haswell_config:
Collaboration graph

Data Fields

int tcc_offset
 
struct cpu_vr_config vr_config
 
bool s0ix_enable
 

Detailed Description

Definition at line 33 of file chip.h.

Field Documentation

◆ s0ix_enable

bool cpu_intel_haswell_config::s0ix_enable

Definition at line 39 of file chip.h.

Referenced by is_s0ix_enabled().

◆ tcc_offset

int cpu_intel_haswell_config::tcc_offset

Definition at line 34 of file chip.h.

Referenced by configure_thermal_target().

◆ vr_config

struct cpu_vr_config cpu_intel_haswell_config::vr_config

Definition at line 34 of file chip.h.

Referenced by initialize_vr_config().


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