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.c2574 unsigned int sbr, uartclk, baud_raw; in lpuart_console_get_options() local
2611 baud_raw = uartclk / (16 * (sbr + brfa / 32)); in lpuart_console_get_options()
2613 if (*baud != baud_raw) in lpuart_console_get_options()
2615 "from %d to %d\n", baud_raw, *baud); in lpuart_console_get_options()
2623 unsigned int sbr, uartclk, baud_raw; in lpuart32_console_get_options() local
2657 baud_raw = uartclk / (16 * sbr); in lpuart32_console_get_options()
2659 if (*baud != baud_raw) in lpuart32_console_get_options()
2661 "from %d to %d\n", baud_raw, *baud); in lpuart32_console_get_options()