Searched refs:b2_reg (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/sound/soc/codecs/ |
| H A D | lpass-rx-macro.c | 2880 int reg, b2_reg; in get_iir_band_coeff() local 2884 b2_reg = CDC_RX_SIDETONE_IIR0_IIR_COEF_B2_CTL + 0x80 * iir_idx; in get_iir_band_coeff() 2890 value = snd_soc_component_read(component, b2_reg); in get_iir_band_coeff() 2895 value |= (snd_soc_component_read(component, b2_reg) << 8); in get_iir_band_coeff() 2900 value |= (snd_soc_component_read(component, b2_reg) << 16); in get_iir_band_coeff() 2906 value |= (snd_soc_component_read(component, b2_reg) << 24); in get_iir_band_coeff()
|
| H A D | wcd934x.c | 3100 int reg, b2_reg; in get_iir_band_coeff() local 3104 b2_reg = WCD934X_CDC_SIDETONE_IIR0_IIR_COEF_B2_CTL + 16 * iir_idx; in get_iir_band_coeff() 3110 value |= snd_soc_component_read(component, b2_reg); in get_iir_band_coeff() 3115 value |= (snd_soc_component_read(component, b2_reg) << 8); in get_iir_band_coeff() 3120 value |= (snd_soc_component_read(component, b2_reg) << 16); in get_iir_band_coeff() 3126 value |= (snd_soc_component_read(component, b2_reg) << 24); in get_iir_band_coeff()
|