Lines Matching defs:shift
125 long *volume, int shift)
135 hardvolume = lvolume + (rvolume << shift);
136 if (shift == 8)
144 long *volume, int shift)
155 volume[1] = (wvolume >> shift) & 0xff;
177 int shift = (kcontrol->private_value >> 8) & 0xff;
179 ucontrol->value.integer.value, shift);
188 int shift = (kcontrol->private_value >> 8) & 0xff;
192 ucontrol->value.integer.value, shift);
193 snd_pmac_burgundy_read_volume(chip, addr, nvoices, shift);
198 #define BURGUNDY_VOLUME_W(xname, xindex, addr, shift) \
203 .private_value = ((ADDR2BASE(addr) & 0xff) | ((shift) << 8)) }