Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt5663.c1720 snd_soc_component_update_bits(component, RT5663_GLB_CLK, RT5663_SCLK_SRC_MASK, in rt5663_impedance_sensing()
2077 val &= RT5663_SCLK_SRC_MASK; in rt5663_is_sys_clk_from_pll()
2882 snd_soc_component_update_bits(component, RT5663_GLB_CLK, RT5663_SCLK_SRC_MASK, in rt5663_set_dai_sysclk()
2912 RT5663_SCLK_SRC_MASK, RT5663_SCLK_SRC_MCLK); in rt5663_set_dai_pll()
H A Drt5663.h500 #define RT5663_SCLK_SRC_MASK (0x3 << 14) macro