HomeSort by relevance Sort by last modified time
    Searched defs:dimm (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/ddr/fsl/
options.c 916 * check first dimm for primary sdram width
1062 * due to ddr3 dimm is fly-by topology
1234 printf("Not identical DIMM size for "
1325 struct dimm_params_s *dimm; local
1341 dimm = &pinfo->dimm_params[i][0];
1344 } else if (((check_rank_density != dimm->rank_density) ||
1345 (check_n_ranks != dimm->n_ranks) ||
1346 (check_n_row_addr != dimm->n_row_addr) ||
1347 (check_n_col_addr != dimm->n_col_addr) ||
    [all...]
  /external/u-boot/arch/x86/include/asm/
global_data.h 40 /* Maximum num of dimm is 8 */
41 struct dimm_info dimm[8]; member in struct:pei_memory_info
  /external/u-boot/drivers/ddr/marvell/axp/
ddr3_spd.c 27 /* DIMM SPD offsets */
99 /* Dimm Memory Type values */
142 /* DIMM information structure */
144 /* DIMM dimensions */
162 /* DIMM timing parameters */
178 /* DIMM vendor ID */
183 u32 dimm);
198 * Args: dimm_addr - array of dimm addresses
209 /* Read the dimm eeprom */
214 /* Far-End DIMM must be connected *
585 __maybe_unused u32 dimm_cnt, cs_count, dimm; local
    [all...]

Completed in 343 milliseconds