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

#include <coreboot_tables.h>

Collaboration diagram for lb_tsc_info:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
uint32_t freq_khz
 

Detailed Description

Definition at line 378 of file coreboot_tables.h.

Field Documentation

◆ freq_khz

uint32_t lb_tsc_info::freq_khz

Definition at line 382 of file coreboot_tables.h.

Referenced by lb_arch_add_records().

◆ size

uint32_t lb_tsc_info::size

Definition at line 380 of file coreboot_tables.h.

Referenced by lb_arch_add_records().

◆ tag

uint32_t lb_tsc_info::tag

Definition at line 379 of file coreboot_tables.h.

Referenced by lb_arch_add_records().


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