Lines Matching refs:quot
96 int quot;
612 int quot = 0, baud_base, baud;
643 quot = info->custom_divisor;
647 quot = (2*baud_base / 269);
649 quot = baud_base / baud;
652 if (!quot && old_termios) {
661 quot = info->custom_divisor;
665 quot = (2*baud_base / 269);
667 quot = baud_base / baud;
671 if (!quot)
672 quot = baud_base / 9600;
673 info->quot = quot;
674 info->timeout = ((info->xmit_fifo_size*HZ*bits*quot) / baud_base);
727 serper = quot - 1;
1430 if (state->quot)
1431 seq_printf(m, " baud:%d", state->baud_base / state->quot);