Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/codecs/
Dwcd934x.c2339 int reg, b2_reg; in get_iir_band_coeff() local
2343 b2_reg = WCD934X_CDC_SIDETONE_IIR0_IIR_COEF_B2_CTL + 16 * iir_idx; in get_iir_band_coeff()
2349 value |= snd_soc_component_read(component, b2_reg); in get_iir_band_coeff()
2354 value |= (snd_soc_component_read(component, b2_reg) << 8); in get_iir_band_coeff()
2359 value |= (snd_soc_component_read(component, b2_reg) << 16); in get_iir_band_coeff()
2365 value |= (snd_soc_component_read(component, b2_reg) << 24); in get_iir_band_coeff()