Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/stm/
Dstm32_i2s.c128 #define I2S_CGFR_CHLEN BIT(I2S_CGFR_CHLEN_SHIFT) macro
448 nb_bits = frame_len * ((cgfr & I2S_CGFR_CHLEN) + 1); in stm32_i2s_configure_clock()
508 I2S_CGFR_CHLEN; in stm32_i2s_configure()
509 cfgr_mask = I2S_CGFR_DATLEN_MASK | I2S_CGFR_CHLEN; in stm32_i2s_configure()