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

#include <gm45.h>

Collaboration diagram for timings_t:
Collaboration graph

Data Fields

unsigned int CAS
 
fsb_clock_t fsb_clock
 
mem_clock_t mem_clock
 
channel_mode_t channel_mode
 
unsigned int tRAS
 
unsigned int tRP
 
unsigned int tRCD
 
unsigned int tRFC
 
unsigned int tWR
 
unsigned int tRD
 
unsigned int tRRD
 
unsigned int tFAW
 
unsigned int tWL
 

Detailed Description

Definition at line 79 of file gm45.h.

Field Documentation

◆ CAS

unsigned int timings_t::CAS

Definition at line 80 of file gm45.h.

◆ channel_mode

channel_mode_t timings_t::channel_mode

Definition at line 83 of file gm45.h.

◆ fsb_clock

fsb_clock_t timings_t::fsb_clock

Definition at line 81 of file gm45.h.

◆ mem_clock

mem_clock_t timings_t::mem_clock

Definition at line 82 of file gm45.h.

◆ tFAW

unsigned int timings_t::tFAW

Definition at line 91 of file gm45.h.

◆ tRAS

unsigned int timings_t::tRAS

Definition at line 84 of file gm45.h.

◆ tRCD

unsigned int timings_t::tRCD

Definition at line 86 of file gm45.h.

◆ tRD

unsigned int timings_t::tRD

Definition at line 89 of file gm45.h.

◆ tRFC

unsigned int timings_t::tRFC

Definition at line 87 of file gm45.h.

◆ tRP

unsigned int timings_t::tRP

Definition at line 85 of file gm45.h.

◆ tRRD

unsigned int timings_t::tRRD

Definition at line 90 of file gm45.h.

◆ tWL

unsigned int timings_t::tWL

Definition at line 92 of file gm45.h.

◆ tWR

unsigned int timings_t::tWR

Definition at line 88 of file gm45.h.


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