Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5665.c1525 val &= RT5665_SCLK_SRC_MASK; in is_sys_clk_from_pll()
4311 RT5665_SCLK_SRC_MASK, reg_val); in rt5665_set_component_sysclk()
4348 RT5665_SCLK_SRC_MASK, RT5665_SCLK_SRC_MCLK); in rt5665_set_component_pll()
H A Drt5665.h1398 #define RT5665_SCLK_SRC_MASK (0x3 << 14) macro