Searched refs:baud_raw (Results 1 – 1 of 1) sorted by relevance
2574 unsigned int sbr, uartclk, baud_raw; in lpuart_console_get_options() local2611 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() local2657 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()