tag | line | file | source code |
baud_table | 396 | drivers/char/cyclades.c | static int baud_table[] = { |
baud_table | 1398 | drivers/char/cyclades.c | if (baud_table[i] == 134) { |
baud_table | 1401 | drivers/char/cyclades.c | } else if (baud_table[i]) { |
baud_table | 1402 | drivers/char/cyclades.c | info->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2; |
baud_table | 248 | drivers/char/scc.c | static int baud_table[] = { |
baud_table | 1309 | drivers/char/scc.c | if (scc->modem.speed < baud_table[1]) |
baud_table | 2064 | drivers/char/scc.c | speed = baud_table[scc->tty->termios->c_cflag & CBAUD]; |
baud_table | 232 | drivers/char/serial.c | static int baud_table[] = { |
baud_table | 1158 | drivers/char/serial.c | } else if (baud_table[i] == 134) { |
baud_table | 1161 | drivers/char/serial.c | } else if (baud_table[i]) { |
baud_table | 1162 | drivers/char/serial.c | quot = info->baud_base / baud_table[i]; |
baud_table | 1163 | drivers/char/serial.c | info->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2; |