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