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

#include <tsc.h>

Collaboration diagram for tsc_struct:
Collaboration graph

Data Fields

unsigned int lo
 
unsigned int hi
 

Detailed Description

Definition at line 14 of file tsc.h.

Field Documentation

◆ hi

unsigned int tsc_struct::hi

Definition at line 16 of file tsc.h.

Referenced by calibrate_tsc_with_pit(), multiply_to_tsc(), rdtsc(), and tsc_to_uint64().

◆ lo

unsigned int tsc_struct::lo

Definition at line 15 of file tsc.h.

Referenced by calibrate_tsc_with_pit(), multiply_to_tsc(), rdtsc(), and tsc_to_uint64().


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