Lines Matching defs:address
123 snd_pmac_burgundy_write_volume(struct snd_pmac *chip, unsigned int address,
138 snd_pmac_burgundy_wcw(chip, address, hardvolume);
142 snd_pmac_burgundy_read_volume(struct snd_pmac *chip, unsigned int address,
147 wvolume = snd_pmac_burgundy_rcw(chip, address);
208 snd_pmac_burgundy_write_volume_2b(struct snd_pmac *chip, unsigned int address,
217 snd_pmac_burgundy_wcb(chip, address + off, lvolume);
218 snd_pmac_burgundy_wcb(chip, address + off + 0x500, rvolume);
222 snd_pmac_burgundy_read_volume_2b(struct snd_pmac *chip, unsigned int address,
225 volume[0] = snd_pmac_burgundy_rcb(chip, address + off);
230 volume[1] = snd_pmac_burgundy_rcb(chip, address + off + 0x100);