Lines Matching refs:off
222 long *volume, int off) in snd_pmac_burgundy_write_volume_2b() argument
226 off |= off << 2; in snd_pmac_burgundy_write_volume_2b()
230 snd_pmac_burgundy_wcb(chip, address + off, lvolume); in snd_pmac_burgundy_write_volume_2b()
231 snd_pmac_burgundy_wcb(chip, address + off + 0x500, rvolume); in snd_pmac_burgundy_write_volume_2b()
236 long *volume, int off) in snd_pmac_burgundy_read_volume_2b() argument
238 volume[0] = snd_pmac_burgundy_rcb(chip, address + off); in snd_pmac_burgundy_read_volume_2b()
243 volume[1] = snd_pmac_burgundy_rcb(chip, address + off + 0x100); in snd_pmac_burgundy_read_volume_2b()
265 int off = kcontrol->private_value & 0x300; in snd_pmac_burgundy_get_volume_2b() local
267 ucontrol->value.integer.value, off); in snd_pmac_burgundy_get_volume_2b()
276 int off = kcontrol->private_value & 0x300; in snd_pmac_burgundy_put_volume_2b() local
280 ucontrol->value.integer.value, off); in snd_pmac_burgundy_put_volume_2b()
281 snd_pmac_burgundy_read_volume_2b(chip, addr, nvoices, off); in snd_pmac_burgundy_put_volume_2b()
286 #define BURGUNDY_VOLUME_2B(xname, xindex, addr, off) \ argument
291 .private_value = ((ADDR2BASE(addr) & 0xff) | ((off) << 8)) }