Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/codecs/
Dtlv320aic3x.c1088 snd_soc_component_write(component, AIC3X_PLL_PROGA_REG, pll_q << PLLQ_SHIFT); in aic3x_hw_params()
1091 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, PLL_ENABLE, 0); in aic3x_hw_params()
1096 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, in aic3x_hw_params()
1184 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, PLLP_MASK, pll_p); in aic3x_hw_params()
1453 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, in aic3x_set_bias_level()
1463 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, in aic3x_set_bias_level()
Dtlv320aic3x.h22 #define AIC3X_PLL_PROGA_REG 3 macro