HomeSort by relevance Sort by last modified time
    Searched defs:max_data_rate (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/powerpc/cpu/mpc83xx/
spd_sdram.c 145 unsigned int max_data_rate, effective_data_rate; local
320 max_data_rate = max_bus_clk * 2;
322 debug("DDR:Module maximum data rate is: %d MHz\n", max_data_rate);
327 if (max_data_rate >= 460) { /* it is DDR2-800, 667, 533 */
340 } else if (max_data_rate >= 390 && max_data_rate < 460) { /* it is DDR 400 */
371 } else if (max_data_rate >= 323) { /* it is DDR 333 */
393 } else if (max_data_rate >= 256) { /* it is DDR 266 */
409 } else if (max_data_rate >= 190) { /* it is DDR 200 */
  /external/ppp/pppd/
tty.c 150 int max_data_rate; /* max bytes/sec through charshunt */ variable
237 { "datarate", o_int, &max_data_rate,
1076 if (max_data_rate) {
1077 max_level = max_data_rate / 10;
1119 if (max_data_rate) {
1127 nbt = (int)(dt * max_data_rate);
    [all...]

Completed in 54 milliseconds