Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm8904.c225 case WM8904_CLOCK_RATES_2: in wm8904_readable_register()
325 clock2 = snd_soc_read(codec, WM8904_CLOCK_RATES_2); in wm8904_configure_clocking()
326 snd_soc_update_bits(codec, WM8904_CLOCK_RATES_2, in wm8904_configure_clocking()
367 snd_soc_update_bits(codec, WM8904_CLOCK_RATES_2, in wm8904_configure_clocking()
921 SND_SOC_DAPM_SUPPLY("SYSCLK", WM8904_CLOCK_RATES_2, 2, 0, sysclk_event,
923 SND_SOC_DAPM_SUPPLY("CLK_DSP", WM8904_CLOCK_RATES_2, 1, 0, NULL, 0),
924 SND_SOC_DAPM_SUPPLY("TOCLK", WM8904_CLOCK_RATES_2, 0, 0, NULL, 0),
1692 clock2 = snd_soc_read(codec, WM8904_CLOCK_RATES_2); in wm8904_set_fll()
1701 snd_soc_update_bits(codec, WM8904_CLOCK_RATES_2, in wm8904_set_fll()
1738 snd_soc_update_bits(codec, WM8904_CLOCK_RATES_2, in wm8904_set_fll()
[all …]
Dwm8904.h42 #define WM8904_CLOCK_RATES_2 0x16 macro