| tag | line | file | source code |
|---|---|---|---|
| baud_table | 226 | drivers/char/serial.c | static int baud_table[] = { |
| baud_table | 1105 | drivers/char/serial.c | } else if (baud_table[i] == 134) { |
| baud_table | 1108 | drivers/char/serial.c | } else if (baud_table[i]) { |
| baud_table | 1109 | drivers/char/serial.c | quot = info->baud_base / baud_table[i]; |
| baud_table | 1110 | drivers/char/serial.c | info->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2; |