Lines Matching refs:baud
350 unsigned baud; in efm32_uart_set_termios() local
357 baud = uart_get_baud_rate(port, new, old, in efm32_uart_set_termios()
394 clkdiv = (DIV_ROUND_CLOSEST(4 * port->uartclk, 16 * baud) - 4) << 6; in efm32_uart_set_termios()
415 uart_update_timeout(port, new->c_cflag, baud); in efm32_uart_set_termios()
555 int *baud, int *parity, int *bits) in efm32_uart_console_get_options() argument
571 *baud = DIV_ROUND_CLOSEST(4 * efm_port->port.uartclk, in efm32_uart_console_get_options()
586 *baud, *parity, *bits); in efm32_uart_console_get_options()
592 int baud = 115200; in efm32_uart_console_setup() local
626 uart_parse_options(options, &baud, &parity, &bits, &flow); in efm32_uart_console_setup()
629 &baud, &parity, &bits); in efm32_uart_console_setup()
631 return uart_set_options(&efm_port->port, co, baud, parity, bits, flow); in efm32_uart_console_setup()