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

#include <mem_chip_info.h>

Collaboration diagram for mem_chip_info::mem_chip_channel:
Collaboration graph

Data Fields

uint64_t density
 
uint8_t io_width
 
uint8_t manufacturer_id
 
uint8_t revision_id [2]
 
uint8_t reserved [4]
 
uint8_t serial_id [8]
 

Detailed Description

Definition at line 20 of file mem_chip_info.h.

Field Documentation

◆ density

uint64_t mem_chip_info::mem_chip_channel::density

Definition at line 21 of file mem_chip_info.h.

Referenced by fill_dram_info(), and sdram_size().

◆ io_width

uint8_t mem_chip_info::mem_chip_channel::io_width

Definition at line 22 of file mem_chip_info.h.

Referenced by fill_dram_info().

◆ manufacturer_id

uint8_t mem_chip_info::mem_chip_channel::manufacturer_id

Definition at line 23 of file mem_chip_info.h.

Referenced by fill_dram_info().

◆ reserved

uint8_t mem_chip_info::mem_chip_channel::reserved[4]

Definition at line 25 of file mem_chip_info.h.

◆ revision_id

uint8_t mem_chip_info::mem_chip_channel::revision_id[2]

Definition at line 24 of file mem_chip_info.h.

Referenced by fill_dram_info().

◆ serial_id

uint8_t mem_chip_info::mem_chip_channel::serial_id[8]

Definition at line 26 of file mem_chip_info.h.


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