Searched refs:fll1 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8904.c | 1674 int clock2, fll1; in wm8904_set_fll() local 1726 fll1 = snd_soc_component_read(component, WM8904_FLL_CONTROL_1); in wm8904_set_fll() 1794 WM8904_FLL_OSC_ENA, fll1); in wm8904_set_fll() 1796 WM8904_FLL_ENA, fll1); in wm8904_set_fll()
|
H A D | wm8962.c | 2870 int fll1 = 0; in wm8962_set_fll() local 2902 fll1 |= (fll_id - 1) << WM8962_FLL_REFCLK_SRC_SHIFT; in wm8962_set_fll() 2916 fll1 |= WM8962_FLL_FRAC; in wm8962_set_fll() 2945 WM8962_FLL_ENA, fll1 | WM8962_FLL_ENA); in wm8962_set_fll()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8904.c | 1674 int clock2, fll1; in wm8904_set_fll() local 1726 fll1 = snd_soc_component_read(component, WM8904_FLL_CONTROL_1); in wm8904_set_fll() 1794 WM8904_FLL_OSC_ENA, fll1); in wm8904_set_fll() 1796 WM8904_FLL_ENA, fll1); in wm8904_set_fll()
|
H A D | wm8962.c | 2891 int fll1 = 0; in wm8962_set_fll() local 2922 fll1 |= (fll_id - 1) << WM8962_FLL_REFCLK_SRC_SHIFT; in wm8962_set_fll() 2925 fll1 |= (fll_id - 1) << WM8962_FLL_REFCLK_SRC_SHIFT; in wm8962_set_fll() 2941 fll1 |= WM8962_FLL_FRAC; in wm8962_set_fll() 2969 WM8962_FLL_ENA, fll1 | WM8962_FLL_ENA); in wm8962_set_fll()
|
Completed in 13 milliseconds