fthlv 474 drivers/spi/spi-stm32.c u32 fthlv, half_fifo; fthlv 480 drivers/spi/spi-stm32.c fthlv = half_fifo; fthlv 482 drivers/spi/spi-stm32.c fthlv = half_fifo / 2; fthlv 484 drivers/spi/spi-stm32.c fthlv = half_fifo / 4; fthlv 488 drivers/spi/spi-stm32.c fthlv -= (fthlv % 2); /* multiple of 2 */ fthlv 490 drivers/spi/spi-stm32.c fthlv -= (fthlv % 4); /* multiple of 4 */ fthlv 492 drivers/spi/spi-stm32.c return fthlv; fthlv 1389 drivers/spi/spi-stm32.c u32 bpw, fthlv; fthlv 1399 drivers/spi/spi-stm32.c fthlv = spi->cur_fthlv - 1; fthlv 1402 drivers/spi/spi-stm32.c cfg1_setb |= (fthlv << STM32H7_SPI_CFG1_FTHLV_SHIFT) & fthlv 508 sound/soc/stm/stm32_i2s.c unsigned int fthlv; fthlv 542 sound/soc/stm/stm32_i2s.c fthlv = STM32_I2S_FIFO_SIZE * I2S_FIFO_TH_ONE_QUARTER / 4; fthlv 543 sound/soc/stm/stm32_i2s.c cfg1 = I2S_CFG1_FTHVL_SET(fthlv - 1);