Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c146 unsigned int max_data_rate, effective_data_rate; in spd_sdram() local
326 effective_data_rate = 0; in spd_sdram()
334 effective_data_rate = 400; in spd_sdram()
336 effective_data_rate = 333; in spd_sdram()
338 effective_data_rate = 266; in spd_sdram()
340 effective_data_rate = 200; in spd_sdram()
344 effective_data_rate = 400; /* 5ns */ in spd_sdram()
348 effective_data_rate = 333; /* 6ns */ in spd_sdram()
355 effective_data_rate = 266; /* 7.5ns */ in spd_sdram()
364 effective_data_rate = 200; /* 10ns */ in spd_sdram()
[all …]