Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dda732x.c99 { DA732X_REG_PLL_CTRL , 0x02 },
187 snd_soc_component_write(component, DA732X_REG_PLL_CTRL, val); in da732x_get_input_div()
1124 snd_soc_component_update_bits(component, DA732X_REG_PLL_CTRL, in da732x_set_dai_pll()
1142 snd_soc_component_write(component, DA732X_REG_PLL_CTRL, in da732x_set_dai_pll()
1167 snd_soc_component_update_bits(component, DA732X_REG_PLL_CTRL, DA732X_PLL_EN, in da732x_set_dai_pll()
1477 snd_soc_component_update_bits(component, DA732X_REG_PLL_CTRL, in da732x_set_bias_level()
H A Dda732x_reg.h71 #define DA732X_REG_PLL_CTRL 0x53 macro