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

#include <speedstep.h>

Collaboration diagram for sst_table_t:
Collaboration graph

Data Fields

sst_state_t states [SPEEDSTEP_MAX_STATES]
 
int num_states
 

Detailed Description

Definition at line 78 of file speedstep.h.

Field Documentation

◆ num_states

int sst_table_t::num_states

Definition at line 81 of file speedstep.h.

Referenced by configure_emttm_tables(), gen_pstate_entries(), and speedstep_gen_pstates().

◆ states

sst_state_t sst_table_t::states[SPEEDSTEP_MAX_STATES]

Definition at line 80 of file speedstep.h.

Referenced by configure_emttm_tables(), gen_pstate_entries(), and speedstep_gen_pstates().


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