Lines Matching refs:reg1
471 u16 reg1, reg4, reg5; in _wm8993_set_fll() local
486 reg1 = snd_soc_component_read(component, WM8993_FLL_CONTROL_1); in _wm8993_set_fll()
487 reg1 &= ~WM8993_FLL_ENA; in _wm8993_set_fll()
488 snd_soc_component_write(component, WM8993_FLL_CONTROL_1, reg1); in _wm8993_set_fll()
519 reg1 = snd_soc_component_read(component, WM8993_FLL_CONTROL_1); in _wm8993_set_fll()
520 reg1 &= ~WM8993_FLL_ENA; in _wm8993_set_fll()
521 snd_soc_component_write(component, WM8993_FLL_CONTROL_1, reg1); in _wm8993_set_fll()
525 reg1 |= WM8993_FLL_FRAC_MASK; in _wm8993_set_fll()
527 reg1 &= ~WM8993_FLL_FRAC_MASK; in _wm8993_set_fll()
528 snd_soc_component_write(component, WM8993_FLL_CONTROL_1, reg1); in _wm8993_set_fll()
555 snd_soc_component_write(component, WM8993_FLL_CONTROL_1, reg1 | WM8993_FLL_ENA); in _wm8993_set_fll()