Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8974.c328 reg = snd_soc_read(codec, WM8974_CLOCK); in wm8974_set_dai_pll()
329 snd_soc_write(codec, WM8974_CLOCK, reg & 0x0ff); in wm8974_set_dai_pll()
347 reg = snd_soc_read(codec, WM8974_CLOCK); in wm8974_set_dai_pll()
348 snd_soc_write(codec, WM8974_CLOCK, reg | 0x100); in wm8974_set_dai_pll()
368 reg = snd_soc_read(codec, WM8974_CLOCK) & 0x11f; in wm8974_set_dai_clkdiv()
369 snd_soc_write(codec, WM8974_CLOCK, reg | div); in wm8974_set_dai_clkdiv()
372 reg = snd_soc_read(codec, WM8974_CLOCK) & 0x1e3; in wm8974_set_dai_clkdiv()
373 snd_soc_write(codec, WM8974_CLOCK, reg | div); in wm8974_set_dai_clkdiv()
387 u16 clk = snd_soc_read(codec, WM8974_CLOCK) & 0x1fe; in wm8974_set_dai_fmt()
435 snd_soc_write(codec, WM8974_CLOCK, clk); in wm8974_set_dai_fmt()
Dwm8974.h20 #define WM8974_CLOCK 0x6 macro