Home
last modified time | relevance | path

Searched refs:byte40_table_ps (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/ddr/fsl/
Dddr2_dimm_params.c95 static unsigned int byte40_table_ps[8] = { variable
110 + byte40_table_ps[(trctrfc_ext >> 1) & 0x7]; in compute_trfc_ps_from_spd()
116 return trc * 1000 + byte40_table_ps[(trctrfc_ext >> 4) & 0x7]; in compute_trc_ps_from_spd()
Dddr1_dimm_params.c96 static unsigned int byte40_table_ps[8] = { variable
111 + byte40_table_ps[(trctrfc_ext >> 1) & 0x7]; in compute_trfc_ps_from_spd()
117 return trc * 1000 + byte40_table_ps[(trctrfc_ext >> 4) & 0x7]; in compute_trc_ps_from_spd()
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dspd_sdram.c499 unsigned int byte40_table_ps[8] = { in spd_sdram() local
511 + byte40_table_ps[(spd.trctrfc_ext >> 1) & 0x7]; in spd_sdram()