Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dtlv320aic32x4.c698 snd_soc_component_update_bits(component, AIC32X4_PLLPR, AIC32X4_PLL_R_MASK, 0x01); in aic32x4_hw_params()
701 snd_soc_component_update_bits(component, AIC32X4_PLLPR, AIC32X4_PLL_P_MASK, in aic32x4_hw_params()
799 snd_soc_component_update_bits(component, AIC32X4_PLLPR, in aic32x4_set_bias_level()
846 snd_soc_component_update_bits(component, AIC32X4_PLLPR, in aic32x4_set_bias_level()
Dtlv320aic32x4.h28 #define AIC32X4_PLLPR AIC32X4_REG(0, 5) macro