Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dsgtl5000.c1295 u16 lreg_ctrl; in sgtl5000_set_power_regs() local
1333 lreg_ctrl = snd_soc_component_read(component, SGTL5000_CHIP_LINREG_CTRL); in sgtl5000_set_power_regs()
1350 lreg_ctrl |= SGTL5000_VDDC_ASSN_OVRD; in sgtl5000_set_power_regs()
1351 lreg_ctrl |= SGTL5000_VDDC_MAN_ASSN_VDDIO << in sgtl5000_set_power_regs()
1356 snd_soc_component_write(component, SGTL5000_CHIP_LINREG_CTRL, lreg_ctrl); in sgtl5000_set_power_regs()