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

#include <gm45.h>

Collaboration diagram for dimminfo_t:
Collaboration graph

Data Fields

unsigned int card_type
 
chip_width_t chip_width
 
chip_capacity_t chip_capacity
 
unsigned int page_size
 
unsigned int banks
 
unsigned int ranks
 
unsigned int rank_capacity_mb
 

Detailed Description

Definition at line 95 of file gm45.h.

Field Documentation

◆ banks

unsigned int dimminfo_t::banks

Definition at line 101 of file gm45.h.

Referenced by dram_program_banks().

◆ card_type

unsigned int dimminfo_t::card_type

◆ chip_capacity

chip_capacity_t dimminfo_t::chip_capacity

Definition at line 99 of file gm45.h.

◆ chip_width

chip_width_t dimminfo_t::chip_width

Definition at line 98 of file gm45.h.

◆ page_size

unsigned int dimminfo_t::page_size

Definition at line 100 of file gm45.h.

Referenced by program_memory_map().

◆ rank_capacity_mb

unsigned int dimminfo_t::rank_capacity_mb

Definition at line 103 of file gm45.h.

Referenced by program_memory_map().

◆ ranks

unsigned int dimminfo_t::ranks

Definition at line 102 of file gm45.h.


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