Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt5677.c168 {RT5677_PLL1_CTRL2 , 0x0000},
434 case RT5677_PLL1_CTRL2: in rt5677_readable_register()
2623 regmap_update_bits(rt5677->regmap, RT5677_PLL1_CTRL2, 0x2, 0x2); in rt5677_set_pll1_event()
2627 regmap_update_bits(rt5677->regmap, RT5677_PLL1_CTRL2, 0x2, 0x0); in rt5677_set_pll1_event()
4568 regmap_write(rt5677->regmap, RT5677_PLL1_CTRL2, in rt5677_set_dai_pll()
H A Drt5677.h126 #define RT5677_PLL1_CTRL2 0x7b macro