Home
last modified time | relevance | path

Searched refs:I2S_CGFR_DATLEN_SET (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/stm/
H A Dstm32_i2s.c120 #define I2S_CGFR_DATLEN_SET(x) ((x) << I2S_CGFR_DATLEN_SHIFT) macro
513 cfgr = I2S_CGFR_DATLEN_SET(I2S_I2SMOD_DATLEN_16); in stm32_i2s_configure()
517 cfgr = I2S_CGFR_DATLEN_SET(I2S_I2SMOD_DATLEN_32) | in stm32_i2s_configure()
/kernel/linux/linux-6.6/sound/soc/stm/
H A Dstm32_i2s.c122 #define I2S_CGFR_DATLEN_SET(x) ((x) << I2S_CGFR_DATLEN_SHIFT) macro
732 cfgr = I2S_CGFR_DATLEN_SET(I2S_I2SMOD_DATLEN_16); in stm32_i2s_configure()
736 cfgr = I2S_CGFR_DATLEN_SET(I2S_I2SMOD_DATLEN_32) | in stm32_i2s_configure()

Completed in 4 milliseconds