Lines Matching refs:effective_data_rate
146 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()
375 effective_data_rate = 333; /* 6ns */ in spd_sdram()
379 effective_data_rate = 266; /* 7.5ns */ in spd_sdram()
386 effective_data_rate = 200; /* 10ns */ in spd_sdram()
402 effective_data_rate = 266; /* 7.5ns */ in spd_sdram()
406 effective_data_rate = 200; /* 10ns */ in spd_sdram()
418 effective_data_rate = 200; /* 10ns */ in spd_sdram()
423 debug("DDR:Effective data rate is: %dMHz\n", effective_data_rate); in spd_sdram()
453 debug("DDR: effective data rate is %d MHz\n", effective_data_rate); in spd_sdram()
609 if (effective_data_rate == 266) { in spd_sdram()
611 } else if (effective_data_rate == 333) { in spd_sdram()
613 } else if (effective_data_rate == 400) { in spd_sdram()