Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/stm/
H A Dstm32_i2s.c507 u32 cfgr, cfgr_mask, cfg1; in stm32_i2s_configure() local
514 cfgr_mask = I2S_CGFR_DATLEN_MASK | I2S_CGFR_CHLEN; in stm32_i2s_configure()
519 cfgr_mask = I2S_CGFR_DATLEN_MASK | I2S_CGFR_CHLEN; in stm32_i2s_configure()
531 cfgr_mask |= I2S_CGFR_FIXCH; in stm32_i2s_configure()
535 cfgr_mask |= I2S_CGFR_I2SCFG_MASK; in stm32_i2s_configure()
538 cfgr_mask, cfgr); in stm32_i2s_configure()
/kernel/linux/linux-6.6/sound/soc/stm/
H A Dstm32_i2s.c726 u32 cfgr, cfgr_mask, cfg1; in stm32_i2s_configure() local
733 cfgr_mask = I2S_CGFR_DATLEN_MASK | I2S_CGFR_CHLEN; in stm32_i2s_configure()
738 cfgr_mask = I2S_CGFR_DATLEN_MASK | I2S_CGFR_CHLEN; in stm32_i2s_configure()
750 cfgr_mask |= I2S_CGFR_FIXCH; in stm32_i2s_configure()
754 cfgr_mask |= I2S_CGFR_I2SCFG_MASK; in stm32_i2s_configure()
757 cfgr_mask, cfgr); in stm32_i2s_configure()

Completed in 4 milliseconds