Searched refs:b2_reg (Results 1 - 2 of 2) sorted by last modified time

/linux-master/sound/soc/codecs/
H A Dwcd934x.c3117 int reg, b2_reg; local
3121 b2_reg = WCD934X_CDC_SIDETONE_IIR0_IIR_COEF_B2_CTL + 16 * iir_idx;
3127 value |= snd_soc_component_read(component, b2_reg);
3132 value |= (snd_soc_component_read(component, b2_reg) << 8);
3137 value |= (snd_soc_component_read(component, b2_reg) << 16);
3143 value |= (snd_soc_component_read(component, b2_reg) << 24);
H A Dlpass-rx-macro.c2696 int reg, b2_reg; local
2700 b2_reg = CDC_RX_SIDETONE_IIR0_IIR_COEF_B2_CTL + 0x80 * iir_idx;
2706 value = snd_soc_component_read(component, b2_reg);
2711 value |= (snd_soc_component_read(component, b2_reg) << 8);
2716 value |= (snd_soc_component_read(component, b2_reg) << 16);
2722 value |= (snd_soc_component_read(component, b2_reg) << 24);

Completed in 200 milliseconds