Lines Matching refs:effective_data_rate
154 unsigned int max_data_rate, effective_data_rate; in spd_sdram() local
334 effective_data_rate = 0; in spd_sdram()
342 effective_data_rate = 400; in spd_sdram()
344 effective_data_rate = 333; in spd_sdram()
346 effective_data_rate = 266; in spd_sdram()
348 effective_data_rate = 200; in spd_sdram()
352 effective_data_rate = 400; /* 5ns */ in spd_sdram()
356 effective_data_rate = 333; /* 6ns */ in spd_sdram()
363 effective_data_rate = 266; /* 7.5ns */ in spd_sdram()
372 effective_data_rate = 200; /* 10ns */ in spd_sdram()
383 effective_data_rate = 333; /* 6ns */ in spd_sdram()
387 effective_data_rate = 266; /* 7.5ns */ in spd_sdram()
394 effective_data_rate = 200; /* 10ns */ in spd_sdram()
410 effective_data_rate = 266; /* 7.5ns */ in spd_sdram()
414 effective_data_rate = 200; /* 10ns */ in spd_sdram()
426 effective_data_rate = 200; /* 10ns */ in spd_sdram()
431 debug("DDR:Effective data rate is: %dMHz\n", effective_data_rate); in spd_sdram()
461 debug("DDR: effective data rate is %d MHz\n", effective_data_rate); in spd_sdram()
617 if (effective_data_rate == 266) { in spd_sdram()
619 } else if (effective_data_rate == 333) { in spd_sdram()
621 } else if (effective_data_rate == 400) { in spd_sdram()