Home
last modified time | relevance | path

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

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