Searched refs:dimm_type (Results 1 – 5 of 5) sorted by relevance
/u-boot/board/xes/xpedite520x/ |
A D | ddr.c | 20 if (spd->dimm_type == 0) { in get_spd() 21 spd->dimm_type = 0x4; in get_spd()
|
/u-boot/drivers/ram/octeon/ |
A D | dimm_spd_eeprom.c | 201 int dimm_type; in validate_dimm() local 208 dimm_type = read_spd(dimm_config, dimm_index, in validate_dimm() 210 switch (dimm_type) { in validate_dimm() 234 spd_addr, 0, dimm_type); in validate_dimm() 261 spd_addr, 0, dimm_type); in validate_dimm() 270 dimm_type, dimm_index, in validate_dimm()
|
/u-boot/drivers/ddr/fsl/ |
A D | ddr2_dimm_params.c | 245 switch (spd->dimm_type) { in ddr_compute_dimm_parameters() 263 printf("unknown dimm_type 0x%02X\n", spd->dimm_type); in ddr_compute_dimm_parameters()
|
A D | interactive.c | 1088 printf("%-3d : %02x %s\n", 20, spd->dimm_type, in ddr2_spd_dump()
|
/u-boot/include/ |
A D | ddr_spd.h | 97 unsigned char dimm_type; /* 20 DIMM type information */ member
|
Completed in 12 milliseconds