Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt5659.c1662 val &= RT5659_SCLK_SRC_MASK; in is_sys_clk_from_pll()
3455 RT5659_SCLK_SRC_MASK, reg_val); in rt5659_set_component_sysclk()
3483 RT5659_SCLK_SRC_MASK, RT5659_SCLK_SRC_MCLK); in rt5659_set_component_pll()
H A Drt5659.h1271 #define RT5659_SCLK_SRC_MASK (0x3 << 14) macro