Lines Matching refs:quot
81 int quot;
572 int quot = 0, baud_base, baud;
601 quot = info->custom_divisor;
605 quot = (2*baud_base / 269);
607 quot = baud_base / baud;
610 if (!quot && old_termios) {
619 quot = info->custom_divisor;
623 quot = (2*baud_base / 269);
625 quot = baud_base / baud;
629 if (!quot)
630 quot = baud_base / 9600;
631 info->quot = quot;
632 info->timeout = (XMIT_FIFO_SIZE*HZ*bits*quot) / baud_base;
685 serper = quot - 1;
1392 if (state->quot)
1393 seq_printf(m, " baud:%d", state->baud_base / state->quot);