Searched refs:uart_clk_pres (Results 1 – 1 of 1) sorted by relevance
1159 unsigned int baud, bits, uart_clk, uart_clk_pres; in stm32_usart_set_termios() local1274 uart_clk_pres = DIV_ROUND_CLOSEST(uart_clk, stm32_usart_presc_val[presc]); in stm32_usart_set_termios()1275 usartdiv = DIV_ROUND_CLOSEST(uart_clk_pres, baud); in stm32_usart_set_termios()1299 port->uartclk = uart_clk_pres; in stm32_usart_set_termios()