Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c147 unsigned int max_data_rate, effective_data_rate; in spd_sdram() local
327 effective_data_rate = 0; in spd_sdram()
335 effective_data_rate = 400; in spd_sdram()
337 effective_data_rate = 333; in spd_sdram()
339 effective_data_rate = 266; in spd_sdram()
341 effective_data_rate = 200; in spd_sdram()
345 effective_data_rate = 400; /* 5ns */ in spd_sdram()
349 effective_data_rate = 333; /* 6ns */ in spd_sdram()
356 effective_data_rate = 266; /* 7.5ns */ in spd_sdram()
365 effective_data_rate = 200; /* 10ns */ in spd_sdram()
[all …]