Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/stm/
Dstm32_i2s.c60 #define I2S_CFG1_FTHVL_SET(x) ((x) << I2S_CFG1_FTHVL_SHIFT) macro
536 cfg1 |= I2S_CFG1_FTHVL_SET(fthlv - 1); in stm32_i2s_configure()