Home
last modified time | relevance | path

Searched refs:baud_raw (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/serial/
H A Dfsl_lpuart.c2565 unsigned int sbr, uartclk, baud_raw; in lpuart_console_get_options() local
2602 baud_raw = uartclk / (16 * (sbr + brfa / 32)); in lpuart_console_get_options()
2604 if (*baud != baud_raw) in lpuart_console_get_options()
2606 "from %d to %d\n", baud_raw, *baud); in lpuart_console_get_options()
2614 unsigned int sbr, uartclk, baud_raw; in lpuart32_console_get_options() local
2648 baud_raw = uartclk / (16 * sbr); in lpuart32_console_get_options()
2650 if (*baud != baud_raw) in lpuart32_console_get_options()
2652 "from %d to %d\n", baud_raw, *baud); in lpuart32_console_get_options()