Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/stm/
H A 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()
/openbmc/linux/drivers/spi/
H A Dspi-stm32.c1366 u32 bpw, fthlv; in stm32h7_spi_set_bpw() local
1375 fthlv = spi->cur_fthlv - 1; in stm32h7_spi_set_bpw()
1378 cfg1_setb |= FIELD_PREP(STM32H7_SPI_CFG1_FTHLV, fthlv); in stm32h7_spi_set_bpw()