Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/mediatek/mt7986/
Dmt7986-afe-pcm.c397 regmap_update_bits(afe->regmap, AUDIO_ENGEN_CON0, AUD_APLL2_EN_MASK, 0); in mt7986_afe_runtime_suspend()
398 regmap_update_bits(afe->regmap, AUDIO_ENGEN_CON0, AUD_26M_EN_MASK, 0); in mt7986_afe_runtime_suspend()
424 regmap_update_bits(afe->regmap, AUDIO_ENGEN_CON0, AUD_APLL2_EN_MASK, in mt7986_afe_runtime_resume()
426 regmap_update_bits(afe->regmap, AUDIO_ENGEN_CON0, AUD_26M_EN_MASK, in mt7986_afe_runtime_resume()
Dmt7986-reg.h15 #define AUDIO_ENGEN_CON0 0x0014 macro