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

DIMM flags. More...

#include <ddr3.h>

Collaboration diagram for dimm_flags_ddr3_st:
Collaboration graph

Data Fields

struct {
   unsigned int   pins_mirrored:1
 
   unsigned int   operable_1_50V:1
 
   unsigned int   operable_1_35V:1
 
   unsigned int   operable_1_25V:1
 
   unsigned int   is_ecc:1
 
   unsigned int   dll_off_mode:1
 
   unsigned int   rzq6_supported:1
 
   unsigned int   rzq7_supported:1
 
   unsigned int   pasr:1
 
   unsigned int   odts:1
 
   unsigned int   asr:1
 
   unsigned int   ext_temp_range:1
 
   unsigned int   ext_temp_refresh:1
 
   unsigned int   therm_sensor:1
 
}; 
 
unsigned int raw
 

Detailed Description

DIMM flags.

Characteristic flags for the DIMM, as presented by the SPD

Definition at line 63 of file ddr3.h.

Field Documentation

◆ 

struct { ... }

◆ asr

unsigned int dimm_flags_ddr3_st::asr

Definition at line 90 of file ddr3.h.

Referenced by dram_find_spds_ddr3(), and spd_decode_ddr3().

◆ dll_off_mode

unsigned int dimm_flags_ddr3_st::dll_off_mode

Definition at line 80 of file ddr3.h.

Referenced by spd_decode_ddr3().

◆ ext_temp_range

unsigned int dimm_flags_ddr3_st::ext_temp_range

Definition at line 92 of file ddr3.h.

Referenced by spd_decode_ddr3().

◆ ext_temp_refresh

unsigned int dimm_flags_ddr3_st::ext_temp_refresh

Definition at line 94 of file ddr3.h.

Referenced by dram_find_spds_ddr3(), and spd_decode_ddr3().

◆ is_ecc

unsigned int dimm_flags_ddr3_st::is_ecc

Definition at line 78 of file ddr3.h.

Referenced by dram_find_spds_ddr3(), and spd_decode_ddr3().

◆ odts

unsigned int dimm_flags_ddr3_st::odts

Definition at line 88 of file ddr3.h.

Referenced by spd_decode_ddr3().

◆ operable_1_25V

unsigned int dimm_flags_ddr3_st::operable_1_25V

Definition at line 76 of file ddr3.h.

Referenced by spd_decode_ddr3().

◆ operable_1_35V

unsigned int dimm_flags_ddr3_st::operable_1_35V

Definition at line 74 of file ddr3.h.

Referenced by spd_decode_ddr3().

◆ operable_1_50V

unsigned int dimm_flags_ddr3_st::operable_1_50V

Definition at line 72 of file ddr3.h.

Referenced by spd_decode_ddr3().

◆ pasr

unsigned int dimm_flags_ddr3_st::pasr

Definition at line 86 of file ddr3.h.

Referenced by spd_decode_ddr3().

◆ pins_mirrored

unsigned int dimm_flags_ddr3_st::pins_mirrored

Definition at line 70 of file ddr3.h.

Referenced by ddr3_save_dimminfo(), dram_find_spds_ddr3(), and spd_decode_ddr3().

◆ raw

unsigned int dimm_flags_ddr3_st::raw

Definition at line 98 of file ddr3.h.

Referenced by spd_decode_ddr3().

◆ rzq6_supported

unsigned int dimm_flags_ddr3_st::rzq6_supported

Definition at line 82 of file ddr3.h.

Referenced by spd_decode_ddr3().

◆ rzq7_supported

unsigned int dimm_flags_ddr3_st::rzq7_supported

Definition at line 84 of file ddr3.h.

Referenced by spd_decode_ddr3().

◆ therm_sensor

unsigned int dimm_flags_ddr3_st::therm_sensor

Definition at line 96 of file ddr3.h.

Referenced by spd_decode_ddr3().


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