tag | line | file | source code |
baud_table | 381 | drivers/char/cyclades.c | static int baud_table[] = { |
baud_table | 1374 | drivers/char/cyclades.c | if (baud_table[i] == 134) { |
baud_table | 1377 | drivers/char/cyclades.c | } else if (baud_table[i]) { |
baud_table | 1378 | drivers/char/cyclades.c | info->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2; |
baud_table | 192 | drivers/char/scc.c | static int baud_table[] = { |
baud_table | 1049 | drivers/char/scc.c | if (scc->modem.speed < baud_table[1]) |
baud_table | 1803 | drivers/char/scc.c | scc->modem.speed = baud_table[scc->tty->termios->c_cflag & CBAUD]; |
baud_table | 230 | drivers/char/serial.c | static int baud_table[] = { |
baud_table | 1143 | drivers/char/serial.c | } else if (baud_table[i] == 134) { |
baud_table | 1146 | drivers/char/serial.c | } else if (baud_table[i]) { |
baud_table | 1147 | drivers/char/serial.c | quot = info->baud_base / baud_table[i]; |
baud_table | 1148 | drivers/char/serial.c | info->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2; |