tag | line | file | source code |
---|---|---|---|
baud_table | 141 | kernel/chr_drv/serial.c | static int baud_table[] = { |
baud_table | 642 | kernel/chr_drv/serial.c | } else if (baud_table[i] == 134) { |
baud_table | 645 | kernel/chr_drv/serial.c | } else if (baud_table[i]) { |
baud_table | 646 | kernel/chr_drv/serial.c | quot = info->baud_base / baud_table[i]; |
baud_table | 647 | kernel/chr_drv/serial.c | info->timeout = (info->xmit_fifo_size*HZ*15/baud_table[i]) + 2; |