Lines Matching defs:tmp_reg
1002 u32 tmp_reg;
1030 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ?
1032 snd_soc_component_write(component, AIC32X4_LDOCTL, tmp_reg);
1034 tmp_reg = snd_soc_component_read(component, AIC32X4_CMMODE);
1036 tmp_reg |= AIC32X4_LDOIN_18_36;
1038 tmp_reg |= AIC32X4_LDOIN2HP;
1039 snd_soc_component_write(component, AIC32X4_CMMODE, tmp_reg);
1060 tmp_reg = snd_soc_component_read(component, AIC32X4_ADCSETUP);
1061 snd_soc_component_write(component, AIC32X4_ADCSETUP, tmp_reg |
1063 snd_soc_component_write(component, AIC32X4_ADCSETUP, tmp_reg);
1151 u32 tmp_reg;
1175 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ?
1177 snd_soc_component_write(component, AIC32X4_LDOCTL, tmp_reg);
1179 tmp_reg = snd_soc_component_read(component, AIC32X4_CMMODE);
1181 tmp_reg |= AIC32X4_LDOIN_18_36;
1183 tmp_reg |= AIC32X4_LDOIN2HP;
1184 snd_soc_component_write(component, AIC32X4_CMMODE, tmp_reg);