Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/stm/
Dstm32_i2s.c727 unsigned int fthlv; in stm32_i2s_configure() local
761 fthlv = STM32_I2S_FIFO_SIZE * I2S_FIFO_TH_ONE_QUARTER / 4; in stm32_i2s_configure()
762 cfg1 = I2S_CFG1_FTHVL_SET(fthlv - 1); in stm32_i2s_configure()
/linux-6.1.9/drivers/spi/
Dspi-stm32.c1337 u32 bpw, fthlv; in stm32h7_spi_set_bpw() local
1346 fthlv = spi->cur_fthlv - 1; in stm32h7_spi_set_bpw()
1349 cfg1_setb |= FIELD_PREP(STM32H7_SPI_CFG1_FTHLV, fthlv); in stm32h7_spi_set_bpw()