Home
last modified time | relevance | path

Searched refs:tmp_reg (Results 1 – 1 of 1) sorted by relevance

/sound/soc/codecs/
Dtlv320aic32x4.c1002 u32 tmp_reg; in aic32x4_component_probe() local
1030 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ? in aic32x4_component_probe()
1032 snd_soc_component_write(component, AIC32X4_LDOCTL, tmp_reg); in aic32x4_component_probe()
1034 tmp_reg = snd_soc_component_read(component, AIC32X4_CMMODE); in aic32x4_component_probe()
1036 tmp_reg |= AIC32X4_LDOIN_18_36; in aic32x4_component_probe()
1038 tmp_reg |= AIC32X4_LDOIN2HP; in aic32x4_component_probe()
1039 snd_soc_component_write(component, AIC32X4_CMMODE, tmp_reg); in aic32x4_component_probe()
1060 tmp_reg = snd_soc_component_read(component, AIC32X4_ADCSETUP); in aic32x4_component_probe()
1061 snd_soc_component_write(component, AIC32X4_ADCSETUP, tmp_reg | in aic32x4_component_probe()
1063 snd_soc_component_write(component, AIC32X4_ADCSETUP, tmp_reg); in aic32x4_component_probe()
[all …]