Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dstm32-usart.c1151 static const unsigned int stm32_usart_presc_val[] = {1, 2, 4, 6, 8, 10, 12, 16, 32, 64, 128, 256}; variable
1276 uart_clk_pres = DIV_ROUND_CLOSEST(uart_clk, stm32_usart_presc_val[presc]); in stm32_usart_set_termios()