taglinefilesource code
baud_table207drivers/char/serial.cstatic int baud_table[] = {
baud_table937drivers/char/serial.c} else if (baud_table[i] == 134) {
baud_table940drivers/char/serial.c} else if (baud_table[i]) {
baud_table941drivers/char/serial.cquot = info->baud_base / baud_table[i];
baud_table942drivers/char/serial.cinfo->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2;