Searched refs:byte40_table_ps (Results 1 – 3 of 3) sorted by relevance
95 static unsigned int byte40_table_ps[8] = { variable110 + 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()
96 static unsigned int byte40_table_ps[8] = { variable111 + 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()
499 unsigned int byte40_table_ps[8] = { in spd_sdram() local511 + byte40_table_ps[(spd.trctrfc_ext >> 1) & 0x7]; in spd_sdram()