Searched refs:regL (Results 1 – 1 of 1) sorted by relevance
982 int regL = (kcontrol->private_value >> 16) & 0xffff; in snd_cs4281_get_volume() local986 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK); in snd_cs4281_get_volume()999 int regL = (kcontrol->private_value >> 16) & 0xffff; in snd_cs4281_put_volume() local1003 volL = CS_VOL_MASK - (snd_cs4281_peekBA0(chip, regL) & CS_VOL_MASK); in snd_cs4281_put_volume()1008 snd_cs4281_pokeBA0(chip, regL, volL); in snd_cs4281_put_volume()