Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8962.c820 case WM8962_CLOCKING2: in wm8962_readable_register()
2184 SND_SOC_DAPM_SUPPLY("SYSCLK", WM8962_CLOCKING2, 5, 0, NULL, 0),
2514 snd_soc_component_update_bits(component, WM8962_CLOCKING2, in wm8962_configure_bclk()
2528 snd_soc_component_update_bits(component, WM8962_CLOCKING2, in wm8962_configure_bclk()
2578 snd_soc_component_update_bits(component, WM8962_CLOCKING2,
2740 snd_soc_component_update_bits(component, WM8962_CLOCKING2, WM8962_SYSCLK_SRC_MASK, in wm8962_set_dai_fmt()
3759 regmap_update_bits(wm8962->regmap, WM8962_CLOCKING2, in wm8962_i2c_probe()
3763 regmap_update_bits(wm8962->regmap, WM8962_CLOCKING2, in wm8962_i2c_probe()
3928 regmap_write_bits(wm8962->regmap, WM8962_CLOCKING2, in wm8962_runtime_suspend()
3932 regmap_update_bits(wm8962->regmap, WM8962_CLOCKING2, in wm8962_runtime_suspend()
[all...]
H A Dwm8962.h38 #define WM8962_CLOCKING2 0x08 macro