Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8510.c321 reg = snd_soc_component_read(component, WM8510_CLOCK); in wm8510_set_dai_pll()
322 snd_soc_component_write(component, WM8510_CLOCK, reg & 0x0ff); in wm8510_set_dai_pll()
340 reg = snd_soc_component_read(component, WM8510_CLOCK); in wm8510_set_dai_pll()
341 snd_soc_component_write(component, WM8510_CLOCK, reg | 0x100); in wm8510_set_dai_pll()
361 reg = snd_soc_component_read(component, WM8510_CLOCK) & 0x11f; in wm8510_set_dai_clkdiv()
362 snd_soc_component_write(component, WM8510_CLOCK, reg | div); in wm8510_set_dai_clkdiv()
373 reg = snd_soc_component_read(component, WM8510_CLOCK) & 0x1e3; in wm8510_set_dai_clkdiv()
374 snd_soc_component_write(component, WM8510_CLOCK, reg | div); in wm8510_set_dai_clkdiv()
388 u16 clk = snd_soc_component_read(component, WM8510_CLOCK) & 0x1fe; in wm8510_set_dai_fmt()
436 snd_soc_component_write(component, WM8510_CLOCK, clk); in wm8510_set_dai_fmt()
H A Dwm8510.h17 #define WM8510_CLOCK 0x6 macro