Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dwm8974.c321 reg = snd_soc_component_read(component, WM8974_CLOCK); in wm8974_set_dai_pll()
322 snd_soc_component_write(component, WM8974_CLOCK, reg & 0x0ff); in wm8974_set_dai_pll()
340 reg = snd_soc_component_read(component, WM8974_CLOCK); in wm8974_set_dai_pll()
341 snd_soc_component_write(component, WM8974_CLOCK, reg | 0x100); in wm8974_set_dai_pll()
361 reg = snd_soc_component_read(component, WM8974_CLOCK) & 0x11f; in wm8974_set_dai_clkdiv()
362 snd_soc_component_write(component, WM8974_CLOCK, reg | div); in wm8974_set_dai_clkdiv()
365 reg = snd_soc_component_read(component, WM8974_CLOCK) & 0x1e3; in wm8974_set_dai_clkdiv()
366 snd_soc_component_write(component, WM8974_CLOCK, reg | div); in wm8974_set_dai_clkdiv()
453 u16 clk = snd_soc_component_read(component, WM8974_CLOCK) & 0x1fe; in wm8974_set_dai_fmt()
505 snd_soc_component_write(component, WM8974_CLOCK, clk); in wm8974_set_dai_fmt()
Dwm8974.h17 #define WM8974_CLOCK 0x6 macro