Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas2552.c193 u8 pll_sel = (tas2552->pll_clk_id << 3) & TAS2552_PLL_SRC_MASK; in tas2552_setup_pll()
210 TAS2552_PLL_SRC_MASK; in tas2552_setup_pll()
215 TAS2552_PLL_SRC_MASK; in tas2552_setup_pll()
220 snd_soc_component_update_bits(component, TAS2552_CFG_1, TAS2552_PLL_SRC_MASK, in tas2552_setup_pll()
417 mask = TAS2552_PLL_SRC_MASK; in tas2552_set_dai_sysclk()
H A Dtas2552.h47 #define TAS2552_PLL_SRC_MASK TAS2552_PLL_SRC_1_8_FIXED macro