Searched refs:stm32h7_usart_fifo_thresh_cfg (Results 1 – 1 of 1) sorted by relevance
1423 static const u32 stm32h7_usart_fifo_thresh_cfg[] = { 1, 2, 4, 8, 12, 14, 16 }; variable1434 for (i = 0; i < ARRAY_SIZE(stm32h7_usart_fifo_thresh_cfg); i++) in stm32_usart_get_ftcfg()1435 if (stm32h7_usart_fifo_thresh_cfg[i] >= bytes) in stm32_usart_get_ftcfg()1437 if (i >= ARRAY_SIZE(stm32h7_usart_fifo_thresh_cfg)) in stm32_usart_get_ftcfg()1438 i = ARRAY_SIZE(stm32h7_usart_fifo_thresh_cfg) - 1; in stm32_usart_get_ftcfg()1441 stm32h7_usart_fifo_thresh_cfg[i]); in stm32_usart_get_ftcfg()