Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5660.c375 val &= RT5660_SCLK_SRC_MASK; in rt5660_is_sys_clk_from_pll()
996 snd_soc_component_update_bits(component, RT5660_GLB_CLK, RT5660_SCLK_SRC_MASK, in rt5660_set_dai_sysclk()
1025 RT5660_SCLK_SRC_MASK, RT5660_SCLK_SRC_MCLK); in rt5660_set_dai_pll()
H A Drt5660.h529 #define RT5660_SCLK_SRC_MASK (0x3 << 14) macro