Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt5677.c4524 RT5677_PLL1_SRC_MASK, RT5677_PLL1_SRC_MCLK); in rt5677_set_dai_pll()
4533 RT5677_PLL1_SRC_MASK, RT5677_PLL1_SRC_BCLK1); in rt5677_set_dai_pll()
4537 RT5677_PLL1_SRC_MASK, RT5677_PLL1_SRC_BCLK2); in rt5677_set_dai_pll()
4541 RT5677_PLL1_SRC_MASK, RT5677_PLL1_SRC_BCLK3); in rt5677_set_dai_pll()
4545 RT5677_PLL1_SRC_MASK, RT5677_PLL1_SRC_BCLK4); in rt5677_set_dai_pll()
H A Drt5677.h1349 #define RT5677_PLL1_SRC_MASK (0x7 << 11) macro