Searched refs:stm32h7_usart_fifo_thresh_cfg (Results 1 – 1 of 1) sorted by relevance
1090 static const u32 stm32h7_usart_fifo_thresh_cfg[] = { 1, 2, 4, 8, 12, 14, 16 }; variable1101 for (i = 0; i < ARRAY_SIZE(stm32h7_usart_fifo_thresh_cfg); i++) in stm32_usart_get_ftcfg()1102 if (stm32h7_usart_fifo_thresh_cfg[i] >= bytes) in stm32_usart_get_ftcfg()1104 if (i >= ARRAY_SIZE(stm32h7_usart_fifo_thresh_cfg)) in stm32_usart_get_ftcfg()1105 i = ARRAY_SIZE(stm32h7_usart_fifo_thresh_cfg) - 1; in stm32_usart_get_ftcfg()1108 stm32h7_usart_fifo_thresh_cfg[i]); in stm32_usart_get_ftcfg()