Searched refs:I2S_WLEN_SFT (Results 1 – 4 of 4) sorted by relevance
145 #define I2S_WLEN_SFT 1 macro320 #define I2S_WLEN_SFT 1 macro
1546 i2s_con |= get_i2s_wlen(SNDRV_PCM_FORMAT_S16_LE) << I2S_WLEN_SFT; in mtk_dai_connsys_i2s_hw_params()1690 i2s_con |= get_i2s_wlen(format) << I2S_WLEN_SFT; in mtk_dai_i2s_config()
739 i2s_con |= get_i2s_wlen(format) << I2S_WLEN_SFT; in mtk_dai_i2s_config()
568 #define I2S_WLEN_SFT 1 macro