Lines Matching defs:shift
124 long *volume, int shift)
134 hardvolume = lvolume + (rvolume << shift);
135 if (shift == 8)
143 long *volume, int shift)
154 volume[1] = (wvolume >> shift) & 0xff;
176 int shift = (kcontrol->private_value >> 8) & 0xff;
178 ucontrol->value.integer.value, shift);
187 int shift = (kcontrol->private_value >> 8) & 0xff;
191 ucontrol->value.integer.value, shift);
192 snd_pmac_burgundy_read_volume(chip, addr, nvoices, shift);
197 #define BURGUNDY_VOLUME_W(xname, xindex, addr, shift) \
202 .private_value = ((ADDR2BASE(addr) & 0xff) | ((shift) << 8)) }