Lines Matching refs:reg1
474 u16 reg1, reg4, reg5; in _wm8993_set_fll() local
489 reg1 = snd_soc_read(codec, WM8993_FLL_CONTROL_1); in _wm8993_set_fll()
490 reg1 &= ~WM8993_FLL_ENA; in _wm8993_set_fll()
491 snd_soc_write(codec, WM8993_FLL_CONTROL_1, reg1); in _wm8993_set_fll()
522 reg1 = snd_soc_read(codec, WM8993_FLL_CONTROL_1); in _wm8993_set_fll()
523 reg1 &= ~WM8993_FLL_ENA; in _wm8993_set_fll()
524 snd_soc_write(codec, WM8993_FLL_CONTROL_1, reg1); in _wm8993_set_fll()
528 reg1 |= WM8993_FLL_FRAC_MASK; in _wm8993_set_fll()
530 reg1 &= ~WM8993_FLL_FRAC_MASK; in _wm8993_set_fll()
531 snd_soc_write(codec, WM8993_FLL_CONTROL_1, reg1); in _wm8993_set_fll()
558 snd_soc_write(codec, WM8993_FLL_CONTROL_1, reg1 | WM8993_FLL_ENA); in _wm8993_set_fll()