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

/linux-4.1.27/sound/pci/
H A Dcs4281.c1020 int regR = kcontrol->private_value & 0xffff; snd_cs4281_get_volume() local
1024 volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK); snd_cs4281_get_volume()
1037 int regR = kcontrol->private_value & 0xffff; snd_cs4281_put_volume() local
1041 volR = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regR) & CS_VOL_MASK); snd_cs4281_put_volume()
1050 snd_cs4281_pokeBA0(chip, regR, volR); snd_cs4281_put_volume()

Completed in 69 milliseconds