Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5616.c352 val &= RT5616_SCLK_SRC_MASK; in is_sys_clk_from_pll()
1085 RT5616_SCLK_SRC_MASK, reg_val); in rt5616_set_dai_sysclk()
1112 RT5616_SCLK_SRC_MASK, in rt5616_set_dai_pll()
H A Drt5616.h829 #define RT5616_SCLK_SRC_MASK (0x3 << 14) macro