tag | line | file | source code |
quot | 1085 | drivers/char/serial.c | int quot = 0; |
quot | 1101 | drivers/char/serial.c | quot = info->custom_divisor; |
quot | 1103 | drivers/char/serial.c | if (quot) { |
quot | 1104 | drivers/char/serial.c | info->timeout = ((info->xmit_fifo_size*HZ*15*quot) / |
quot | 1107 | drivers/char/serial.c | quot = (2*info->baud_base / 269); |
quot | 1110 | drivers/char/serial.c | quot = info->baud_base / baud_table[i]; |
quot | 1113 | drivers/char/serial.c | quot = 0; |
quot | 1116 | drivers/char/serial.c | if (quot) { |
quot | 1138 | drivers/char/serial.c | if ((info->baud_base / quot) < 2400) |
quot | 1179 | drivers/char/serial.c | serial_outp(info, UART_DLL, quot & 0xff); /* LS of divisor */ |
quot | 1180 | drivers/char/serial.c | serial_outp(info, UART_DLM, quot >> 8); /* MS of divisor */ |