taglinefilesource code
baud_table201drivers/char/serial.cstatic int baud_table[] = {
baud_table869drivers/char/serial.c} else if (baud_table[i] == 134) {
baud_table872drivers/char/serial.c} else if (baud_table[i]) {
baud_table873drivers/char/serial.cquot = info->baud_base / baud_table[i];
baud_table874drivers/char/serial.cinfo->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2;