Searched refs:AIC31XX_PLL_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | tlv320aic31xx.c | 914 snd_soc_component_update_bits(component, AIC31XX_PLLPR, AIC31XX_PLL_MASK, in aic31xx_setup_pll() 924 snd_soc_component_update_bits(component, AIC31XX_NDAC, AIC31XX_PLL_MASK, in aic31xx_setup_pll() 926 snd_soc_component_update_bits(component, AIC31XX_MDAC, AIC31XX_PLL_MASK, in aic31xx_setup_pll() 933 snd_soc_component_update_bits(component, AIC31XX_NADC, AIC31XX_PLL_MASK, in aic31xx_setup_pll() 935 snd_soc_component_update_bits(component, AIC31XX_MADC, AIC31XX_PLL_MASK, in aic31xx_setup_pll() 942 AIC31XX_PLL_MASK, bclk_n); in aic31xx_setup_pll()
|
D | tlv320aic31xx.h | 137 #define AIC31XX_PLL_MASK GENMASK(6, 0) macro
|