tag | line | file | source code |
baud_table | 363 | drivers/char/cyclades.c | static int baud_table[] = { |
baud_table | 1352 | drivers/char/cyclades.c | if (baud_table[i] == 134) { |
baud_table | 1355 | drivers/char/cyclades.c | } else if (baud_table[i]) { |
baud_table | 1356 | drivers/char/cyclades.c | info->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2; |
baud_table | 137 | drivers/char/scc.c | static int baud_table[] = { |
baud_table | 1024 | drivers/char/scc.c | if (scc->modem.speed < baud_table[1]) |
baud_table | 1653 | drivers/char/scc.c | scc->modem.speed = baud_table[scc->tty->termios->c_cflag & CBAUD]; |
baud_table | 231 | drivers/char/serial.c | static int baud_table[] = { |
baud_table | 1144 | drivers/char/serial.c | } else if (baud_table[i] == 134) { |
baud_table | 1147 | drivers/char/serial.c | } else if (baud_table[i]) { |
baud_table | 1148 | drivers/char/serial.c | quot = info->baud_base / baud_table[i]; |
baud_table | 1149 | drivers/char/serial.c | info->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2; |