Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic31xx.c913 snd_soc_component_update_bits(component, AIC31XX_PLLPR, AIC31XX_PLL_MASK, in aic31xx_setup_pll()
923 snd_soc_component_update_bits(component, AIC31XX_NDAC, AIC31XX_PLL_MASK, in aic31xx_setup_pll()
925 snd_soc_component_update_bits(component, AIC31XX_MDAC, AIC31XX_PLL_MASK, in aic31xx_setup_pll()
932 snd_soc_component_update_bits(component, AIC31XX_NADC, AIC31XX_PLL_MASK, in aic31xx_setup_pll()
934 snd_soc_component_update_bits(component, AIC31XX_MADC, AIC31XX_PLL_MASK, in aic31xx_setup_pll()
941 AIC31XX_PLL_MASK, bclk_n); in aic31xx_setup_pll()
H A Dtlv320aic31xx.h137 #define AIC31XX_PLL_MASK GENMASK(6, 0) macro