Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dspd_sdram.c149 unsigned int max_data_rate, effective_data_rate; in spd_sdram() local
329 effective_data_rate = 0; in spd_sdram()
337 effective_data_rate = 400; in spd_sdram()
339 effective_data_rate = 333; in spd_sdram()
341 effective_data_rate = 266; in spd_sdram()
343 effective_data_rate = 200; in spd_sdram()
347 effective_data_rate = 400; /* 5ns */ in spd_sdram()
351 effective_data_rate = 333; /* 6ns */ in spd_sdram()
358 effective_data_rate = 266; /* 7.5ns */ in spd_sdram()
367 effective_data_rate = 200; /* 10ns */ in spd_sdram()
[all …]