Searched refs:fthlv (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/spi/
H A Dspi-stm32.c1560 u32 bpw, fthlv; local
1569 fthlv = spi->cur_fthlv - 1;
1572 cfg1_setb |= FIELD_PREP(STM32H7_SPI_CFG1_FTHLV, fthlv);
/linux-master/sound/soc/stm/
H A Dstm32_i2s.c727 unsigned int fthlv; local
761 fthlv = STM32_I2S_FIFO_SIZE * I2S_FIFO_TH_ONE_QUARTER / 4;
762 cfg1 = I2S_CFG1_FTHVL_SET(fthlv - 1);

Completed in 221 milliseconds