Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtlv320aic3x.c1083 snd_soc_component_write(component, AIC3X_PLL_PROGA_REG, pll_q << PLLQ_SHIFT); in aic3x_hw_params()
1086 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, PLL_ENABLE, 0); in aic3x_hw_params()
1091 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, in aic3x_hw_params()
1179 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, PLLP_MASK, pll_p); in aic3x_hw_params()
1447 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, in aic3x_set_bias_level()
1457 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, in aic3x_set_bias_level()
H A Dtlv320aic3x.h35 #define AIC3X_PLL_PROGA_REG 3 macro