Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.c1478 static const u32 stm32h7_usart_fifo_thresh_cfg[] = { 1, 2, 4, 8, 12, 14, 16 }; variable
1489 for (i = 0; i < ARRAY_SIZE(stm32h7_usart_fifo_thresh_cfg); i++) in stm32_usart_get_ftcfg()
1490 if (stm32h7_usart_fifo_thresh_cfg[i] >= bytes) in stm32_usart_get_ftcfg()
1492 if (i >= ARRAY_SIZE(stm32h7_usart_fifo_thresh_cfg)) in stm32_usart_get_ftcfg()
1493 i = ARRAY_SIZE(stm32h7_usart_fifo_thresh_cfg) - 1; in stm32_usart_get_ftcfg()
1496 stm32h7_usart_fifo_thresh_cfg[i]); in stm32_usart_get_ftcfg()