Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/stm/
Dstm32_i2s.c725 u32 cfgr, cfgr_mask, cfg1; in stm32_i2s_configure() local
732 cfgr_mask = I2S_CGFR_DATLEN_MASK | I2S_CGFR_CHLEN; in stm32_i2s_configure()
737 cfgr_mask = I2S_CGFR_DATLEN_MASK | I2S_CGFR_CHLEN; in stm32_i2s_configure()
749 cfgr_mask |= I2S_CGFR_FIXCH; in stm32_i2s_configure()
753 cfgr_mask |= I2S_CGFR_I2SCFG_MASK; in stm32_i2s_configure()
756 cfgr_mask, cfgr); in stm32_i2s_configure()