coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mem_chip_info.h File Reference
#include <stddef.h>
Include dependency graph for mem_chip_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mem_chip_info
 
struct  mem_chip_info::mem_chip_channel
 

Enumerations

enum  mem_chip_type {
  MEM_CHIP_DDR3 = 0x30 , MEM_CHIP_LPDDR3 = 0x38 , MEM_CHIP_DDR4 = 0x40 , MEM_CHIP_LPDDR4 = 0x48 ,
  MEM_CHIP_LPDDR4X = 0x49
}
 

Functions

static size_t mem_chip_info_size (struct mem_chip_info *info)
 

Enumeration Type Documentation

◆ mem_chip_type

Enumerator
MEM_CHIP_DDR3 
MEM_CHIP_LPDDR3 
MEM_CHIP_DDR4 
MEM_CHIP_LPDDR4 
MEM_CHIP_LPDDR4X 

Definition at line 8 of file mem_chip_info.h.

Function Documentation

◆ mem_chip_info_size()

static size_t mem_chip_info_size ( struct mem_chip_info info)
inlinestatic

Definition at line 30 of file mem_chip_info.h.

References info.

Referenced by add_mem_chip_info(), and write_mem_chip_information().

Here is the caller graph for this function: