coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spdinfo_t Struct Reference
Collaboration diagram for spdinfo_t:
Collaboration graph

Data Fields

int dimm_mask
 
struct {
   unsigned int   rows
 
   unsigned int   cols
 
   unsigned int   chip_capacity
 
   unsigned int   banks
 
   unsigned int   ranks
 
   unsigned int   cas_latencies
 
   unsigned int   tAAmin
 
   unsigned int   tCKmin
 
   unsigned int   width
 
   unsigned int   tRAS
 
   unsigned int   tRP
 
   unsigned int   tRCD
 
   unsigned int   tWR
 
   unsigned int   page_size
 
   unsigned int   raw_card
 
channel [2]
 

Detailed Description

Definition at line 282 of file raminit.c.

Field Documentation

◆ banks

unsigned int spdinfo_t::banks

Definition at line 288 of file raminit.c.

Referenced by collect_dimm_config().

◆ cas_latencies

unsigned int spdinfo_t::cas_latencies

Definition at line 290 of file raminit.c.

Referenced by collect_dimm_config(), and find_common_clock_cas().

◆ 

struct { ... } spdinfo_t::channel[2]

◆ chip_capacity

unsigned int spdinfo_t::chip_capacity

Definition at line 287 of file raminit.c.

Referenced by calculate_derived_timings(), and collect_dimm_config().

◆ cols

unsigned int spdinfo_t::cols

Definition at line 286 of file raminit.c.

Referenced by collect_dimm_config().

◆ dimm_mask

int spdinfo_t::dimm_mask

Definition at line 283 of file raminit.c.

Referenced by collect_dimm_config().

◆ page_size

unsigned int spdinfo_t::page_size

Definition at line 298 of file raminit.c.

Referenced by calculate_derived_timings(), and collect_dimm_config().

◆ ranks

unsigned int spdinfo_t::ranks

Definition at line 289 of file raminit.c.

Referenced by collect_dimm_config().

◆ raw_card

unsigned int spdinfo_t::raw_card

Definition at line 299 of file raminit.c.

Referenced by collect_dimm_config().

◆ rows

unsigned int spdinfo_t::rows

Definition at line 285 of file raminit.c.

Referenced by collect_dimm_config().

◆ tAAmin

unsigned int spdinfo_t::tAAmin

Definition at line 291 of file raminit.c.

Referenced by collect_dimm_config(), and find_common_clock_cas().

◆ tCKmin

unsigned int spdinfo_t::tCKmin

Definition at line 292 of file raminit.c.

Referenced by collect_dimm_config(), and find_common_clock_cas().

◆ tRAS

unsigned int spdinfo_t::tRAS

Definition at line 294 of file raminit.c.

Referenced by calculate_derived_timings().

◆ tRCD

unsigned int spdinfo_t::tRCD

Definition at line 296 of file raminit.c.

Referenced by calculate_derived_timings().

◆ tRP

unsigned int spdinfo_t::tRP

Definition at line 295 of file raminit.c.

Referenced by calculate_derived_timings().

◆ tWR

unsigned int spdinfo_t::tWR

Definition at line 297 of file raminit.c.

Referenced by calculate_derived_timings().

◆ width

unsigned int spdinfo_t::width

Definition at line 293 of file raminit.c.

Referenced by collect_dimm_config().


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