Lines Matching refs:quot
482 unsigned int iflag, unsigned int quot);
487 int quot, new_baud;
492 quot = up->port.uartclk / (16 * new_baud);
494 sunsu_change_speed(&up->port, up->cflag, 0, quot);
771 unsigned int iflag, unsigned int quot)
808 if ((quot & 0xff) == 0 && up->port.type == PORT_16C950 &&
810 quot ++;
813 if ((up->port.uartclk / quot) < (2400 * 16))
834 uart_update_timeout(port, cflag, (port->uartclk / (16 * quot)));
878 serial_outp(up, UART_DLL, quot & 0xff); /* LS of divisor */
879 serial_outp(up, UART_DLM, quot >> 8); /* MS of divisor */
901 unsigned int baud, quot;
907 quot = uart_get_divisor(port, baud);
909 sunsu_change_speed(port, termios->c_cflag, termios->c_iflag, quot);
1188 int quot, baud;
1200 quot = up->port.uartclk / (16 * baud);
1237 sunsu_change_speed(&up->port, up->cflag, 0, quot);