Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dsgtl5000.c50 { SGTL5000_CHIP_LINREG_CTRL, 0x0000 },
806 snd_soc_update_bits(codec, SGTL5000_CHIP_LINREG_CTRL, in ldo_regulator_enable()
832 snd_soc_update_bits(codec, SGTL5000_CHIP_LINREG_CTRL, in ldo_regulator_disable()
1048 case SGTL5000_CHIP_LINREG_CTRL: in sgtl5000_readable()
1144 lreg_ctrl = snd_soc_read(codec, SGTL5000_CHIP_LINREG_CTRL); in sgtl5000_set_power_regs()
1161 snd_soc_write(codec, SGTL5000_CHIP_LINREG_CTRL, lreg_ctrl); in sgtl5000_set_power_regs()
1166 snd_soc_update_bits(codec, SGTL5000_CHIP_LINREG_CTRL, in sgtl5000_set_power_regs()
Dsgtl5000.h28 #define SGTL5000_CHIP_LINREG_CTRL 0x0026 macro