Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/mediatek/mt8365/
Dmt8365-dai-i2s.c308 val |= AFE_I2S_CON_WLEN_32BIT; in mt8365_dai_set_config()
310 val &= ~(u32)AFE_I2S_CON_WLEN_32BIT; in mt8365_dai_set_config()
312 val |= AFE_I2S_CON_WLEN_32BIT; in mt8365_dai_set_config()
Dmt8365-reg.h812 #define AFE_I2S_CON_WLEN_32BIT (1U << 1) macro