Home
last modified time | relevance | path

Searched defs:ddr1_spd_eeprom_s (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dddr_spd.h13 typedef struct ddr1_spd_eeprom_s { struct
14 unsigned char info_size; /* 0 # bytes written into serial memory */
15 unsigned char chip_size; /* 1 Total # bytes of SPD memory device */
16 unsigned char mem_type; /* 2 Fundamental memory type */
17 unsigned char nrow_addr; /* 3 # of Row Addresses on this assembly */
18 unsigned char ncol_addr; /* 4 # of Column Addrs on this assembly */
19 unsigned char nrows; /* 5 Number of DIMM Banks */
20 unsigned char dataw_lsb; /* 6 Data Width of this assembly */
21 unsigned char dataw_msb; /* 7 ... Data Width continuation */
22 unsigned char voltage; /* 8 Voltage intf std of this assembly */
[all …]