Searched refs:dimm_type (Results 1 – 5 of 5) sorted by relevance
| /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/board/phytium/pomelo/ |
| A D | ddr.c | 15 u8 dimm_type; /* 1: RDIMM;2: UDIMM;3: SODIMM;4: LRDIMM */ member 108 pm->ddr_spd_info[ch].dimm_type = UDIMM_TYPE; in init_dimm_param()
|
| /u-boot/include/ |
| A D | ddr_spd.h | 97 unsigned char dimm_type; /* 20 DIMM type information */ member
|
Completed in 17 milliseconds