Home
last modified time | relevance | path

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

/openbmc/linux/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()