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