Home
last modified time | relevance | path

Searched refs:SGTL5000_DAC_VOL_LEFT_SHIFT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dsgtl5000.h191 #define SGTL5000_DAC_VOL_LEFT_SHIFT 0 macro
H A Dsgtl5000.c551 l = (reg & SGTL5000_DAC_VOL_LEFT_MASK) >> SGTL5000_DAC_VOL_LEFT_SHIFT; in dac_get_volsw()
613 reg = l << SGTL5000_DAC_VOL_LEFT_SHIFT | in dac_put_volsw()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dsgtl5000.h191 #define SGTL5000_DAC_VOL_LEFT_SHIFT 0 macro
H A Dsgtl5000.c551 l = (reg & SGTL5000_DAC_VOL_LEFT_MASK) >> SGTL5000_DAC_VOL_LEFT_SHIFT; in dac_get_volsw()
613 reg = l << SGTL5000_DAC_VOL_LEFT_SHIFT | in dac_put_volsw()

Completed in 7 milliseconds