Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dstm32-usart.h190 #define STM32H7_USART_FIFO_SIZE 16 macro
H A Dstm32-usart.c1528 fifo_size = cfg8 ? 1 << cfg8 : STM32H7_USART_FIFO_SIZE; in stm32_usart_get_ftcfg()