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