Searched refs:AFE_I2S_CON2_EN (Results 1 – 1 of 1) sorted by relevance
98 #define AFE_I2S_CON2_EN (0x1 << 0) macro213 regmap_update_bits(afe->regmap, AFE_I2S_CON2, ~AFE_I2S_CON2_EN, val); in mt8173_afe_set_i2s()229 if (!!(val & AFE_I2S_CON2_EN) == enable) in mt8173_afe_set_i2s_enable()