Home
last modified time | relevance | path

Searched refs:clk_sys_reg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm9081.c552 int clk_sys_reg; in wm9081_set_fll() local
585 clk_sys_reg = snd_soc_component_read(component, WM9081_CLOCK_CONTROL_3); in wm9081_set_fll()
586 if (clk_sys_reg & WM9081_CLK_SYS_ENA) in wm9081_set_fll()
588 clk_sys_reg & ~WM9081_CLK_SYS_ENA); in wm9081_set_fll()
625 if (clk_sys_reg & WM9081_CLK_SYS_ENA) in wm9081_set_fll()
626 snd_soc_component_write(component, WM9081_CLOCK_CONTROL_3, clk_sys_reg); in wm9081_set_fll()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm9081.c552 int clk_sys_reg; in wm9081_set_fll() local
585 clk_sys_reg = snd_soc_component_read(component, WM9081_CLOCK_CONTROL_3); in wm9081_set_fll()
586 if (clk_sys_reg & WM9081_CLK_SYS_ENA) in wm9081_set_fll()
588 clk_sys_reg & ~WM9081_CLK_SYS_ENA); in wm9081_set_fll()
625 if (clk_sys_reg & WM9081_CLK_SYS_ENA) in wm9081_set_fll()
626 snd_soc_component_write(component, WM9081_CLOCK_CONTROL_3, clk_sys_reg); in wm9081_set_fll()

Completed in 5 milliseconds