Lines Matching refs:tmp_reg
994 u32 tmp_reg; in aic32x4_component_probe() local
1022 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ? in aic32x4_component_probe()
1024 snd_soc_component_write(component, AIC32X4_LDOCTL, tmp_reg); in aic32x4_component_probe()
1026 tmp_reg = snd_soc_component_read(component, AIC32X4_CMMODE); in aic32x4_component_probe()
1028 tmp_reg |= AIC32X4_LDOIN_18_36; in aic32x4_component_probe()
1030 tmp_reg |= AIC32X4_LDOIN2HP; in aic32x4_component_probe()
1031 snd_soc_component_write(component, AIC32X4_CMMODE, tmp_reg); in aic32x4_component_probe()
1052 tmp_reg = snd_soc_component_read(component, AIC32X4_ADCSETUP); in aic32x4_component_probe()
1053 snd_soc_component_write(component, AIC32X4_ADCSETUP, tmp_reg | in aic32x4_component_probe()
1055 snd_soc_component_write(component, AIC32X4_ADCSETUP, tmp_reg); in aic32x4_component_probe()
1144 u32 tmp_reg; in aic32x4_tas2505_component_probe() local
1168 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ? in aic32x4_tas2505_component_probe()
1170 snd_soc_component_write(component, AIC32X4_LDOCTL, tmp_reg); in aic32x4_tas2505_component_probe()
1172 tmp_reg = snd_soc_component_read(component, AIC32X4_CMMODE); in aic32x4_tas2505_component_probe()
1174 tmp_reg |= AIC32X4_LDOIN_18_36; in aic32x4_tas2505_component_probe()
1176 tmp_reg |= AIC32X4_LDOIN2HP; in aic32x4_tas2505_component_probe()
1177 snd_soc_component_write(component, AIC32X4_CMMODE, tmp_reg); in aic32x4_tas2505_component_probe()