Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/stm/
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()