Searched refs:STM32H7_USART_FIFO_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/tty/serial/ | ||
H A D | stm32-usart.h | 190 #define STM32H7_USART_FIFO_SIZE 16 macro |
H A D | stm32-usart.c | 1528 fifo_size = cfg8 ? 1 << cfg8 : STM32H7_USART_FIFO_SIZE; in stm32_usart_get_ftcfg() |