Home
last modified time | relevance | path

Searched refs:regL (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/
H A Dcs4281.c986 int regL = (kcontrol->private_value >> 16) & 0xffff; in snd_cs4281_get_volume() local
990 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK); in snd_cs4281_get_volume()
1003 int regL = (kcontrol->private_value >> 16) & 0xffff; in snd_cs4281_put_volume() local
1007 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK); in snd_cs4281_put_volume()
1012 snd_cs4281_pokeBA0(chip, regL, volL); in snd_cs4281_put_volume()
/kernel/linux/linux-6.6/sound/pci/
H A Dcs4281.c985 int regL = (kcontrol->private_value >> 16) & 0xffff; in snd_cs4281_get_volume() local
989 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK); in snd_cs4281_get_volume()
1002 int regL = (kcontrol->private_value >> 16) & 0xffff; in snd_cs4281_put_volume() local
1006 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK); in snd_cs4281_put_volume()
1011 snd_cs4281_pokeBA0(chip, regL, volL); in snd_cs4281_put_volume()

Completed in 7 milliseconds