Lines Matching refs:quot
486 unsigned int iflag, unsigned int quot);
491 int quot, new_baud;
496 quot = up->port.uartclk / (16 * new_baud);
498 sunsu_change_speed(&up->port, up->cflag, 0, quot);
775 unsigned int iflag, unsigned int quot)
814 if ((quot & 0xff) == 0 && up->port.type == PORT_16C950 &&
816 quot ++;
819 if ((up->port.uartclk / quot) < (2400 * 16))
840 uart_update_timeout(port, cflag, (port->uartclk / (16 * quot)));
884 serial_outp(up, UART_DLL, quot & 0xff); /* LS of divisor */
885 serial_outp(up, UART_DLM, quot >> 8); /* MS of divisor */
907 unsigned int baud, quot;
913 quot = uart_get_divisor(port, baud);
915 sunsu_change_speed(port, termios->c_cflag, termios->c_iflag, quot);
1194 int quot, baud;
1206 quot = up->port.uartclk / (16 * baud);
1243 sunsu_change_speed(&up->port, up->cflag, 0, quot);