Lines Matching defs:tmp_reg
971 u32 tmp_reg;
999 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ?
1001 snd_soc_component_write(component, AIC32X4_LDOCTL, tmp_reg);
1003 tmp_reg = snd_soc_component_read(component, AIC32X4_CMMODE);
1005 tmp_reg |= AIC32X4_LDOIN_18_36;
1007 tmp_reg |= AIC32X4_LDOIN2HP;
1008 snd_soc_component_write(component, AIC32X4_CMMODE, tmp_reg);
1029 tmp_reg = snd_soc_component_read(component, AIC32X4_ADCSETUP);
1030 snd_soc_component_write(component, AIC32X4_ADCSETUP, tmp_reg |
1032 snd_soc_component_write(component, AIC32X4_ADCSETUP, tmp_reg);