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