Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dstm32-usart.c1159 unsigned int baud, bits, uart_clk, uart_clk_pres; in stm32_usart_set_termios() local
1274 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()