Lines Matching refs:baud
454 static int pch_uart_hal_set_line(struct eg20t_port *priv, unsigned int baud, in pch_uart_hal_set_line() argument
461 div = DIV_ROUND_CLOSEST(priv->uartclk / 16, baud); in pch_uart_hal_set_line()
490 __func__, baud, div, lcr, jiffies); in pch_uart_hal_set_line()
1390 unsigned int baud, parity, bits, stb; in pch_uart_set_termios() local
1431 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in pch_uart_set_termios()
1436 uart_update_timeout(port, termios->c_cflag, baud); in pch_uart_set_termios()
1437 rtn = pch_uart_hal_set_line(priv, baud, parity, bits, stb); in pch_uart_set_termios()
1444 tty_termios_encode_baud_rate(termios, baud, baud); in pch_uart_set_termios()
1700 int baud = default_baud; in pch_console_setup() local
1720 uart_parse_options(options, &baud, &parity, &bits, &flow); in pch_console_setup()
1722 return uart_set_options(port, co, baud, parity, bits, flow); in pch_console_setup()