Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm9081.c553 u16 reg1, reg4, reg5; in wm9081_set_fll() local
575 reg5 = snd_soc_read(codec, WM9081_FLL_CONTROL_5); in wm9081_set_fll()
576 reg5 &= ~WM9081_FLL_CLK_SRC_MASK; in wm9081_set_fll()
580 reg5 |= 0x1; in wm9081_set_fll()
617 reg5 &= ~WM9081_FLL_CLK_REF_DIV_MASK; in wm9081_set_fll()
618 reg5 |= fll_div.fll_clk_ref_div << WM9081_FLL_CLK_REF_DIV_SHIFT; in wm9081_set_fll()
619 snd_soc_write(codec, WM9081_FLL_CONTROL_5, reg5); in wm9081_set_fll()
Dwm8993.c474 u16 reg1, reg4, reg5; in _wm8993_set_fll() local
500 reg5 = snd_soc_read(codec, WM8993_FLL_CONTROL_5); in _wm8993_set_fll()
501 reg5 &= ~WM8993_FLL_CLK_SRC_MASK; in _wm8993_set_fll()
508 reg5 |= 1; in _wm8993_set_fll()
512 reg5 |= 2; in _wm8993_set_fll()
543 reg5 &= ~WM8993_FLL_CLK_REF_DIV_MASK; in _wm8993_set_fll()
544 reg5 |= fll_div.fll_clk_ref_div << WM8993_FLL_CLK_REF_DIV_SHIFT; in _wm8993_set_fll()
545 snd_soc_write(codec, WM8993_FLL_CONTROL_5, reg5); in _wm8993_set_fll()