Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5670.c2553 RT5670_PLL1_SRC_MASK, RT5670_PLL1_SRC_MCLK); in rt5670_set_dai_pll()
2562 RT5670_PLL1_SRC_MASK, RT5670_PLL1_SRC_BCLK1); in rt5670_set_dai_pll()
2566 RT5670_PLL1_SRC_MASK, RT5670_PLL1_SRC_BCLK2); in rt5670_set_dai_pll()
H A Drt5670.h967 #define RT5670_PLL1_SRC_MASK (0x7 << 11) macro