Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dsgtl5000.c1124 u16 lreg_ctrl; in sgtl5000_set_power_regs() local
1160 lreg_ctrl = snd_soc_read(codec, SGTL5000_CHIP_LINREG_CTRL); in sgtl5000_set_power_regs()
1172 lreg_ctrl |= SGTL5000_VDDC_ASSN_OVRD; in sgtl5000_set_power_regs()
1173 lreg_ctrl |= SGTL5000_VDDC_MAN_ASSN_VDDIO << in sgtl5000_set_power_regs()
1177 snd_soc_write(codec, SGTL5000_CHIP_LINREG_CTRL, lreg_ctrl); in sgtl5000_set_power_regs()