taglinefilesource code
baud_table226drivers/char/serial.cstatic int baud_table[] = {
baud_table1098drivers/char/serial.c} else if (baud_table[i] == 134) {
baud_table1101drivers/char/serial.c} else if (baud_table[i]) {
baud_table1102drivers/char/serial.cquot = info->baud_base / baud_table[i];
baud_table1103drivers/char/serial.cinfo->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2;