Lines Matching refs:Delta
74 dev_dbg(trident->card->dev, "Delta: 0x%x\n", val & 0xffff);
82 dev_dbg(trident->card->dev, "Delta: 0x%x\n", tmp);
453 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff);
461 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff);
467 regs[0] = (voice->Delta << 24) | (voice->CSO & 0x00ffffff);
468 regs[2] = ((voice->Delta << 16) & 0xff000000) |
523 outl((voice->Delta << 24) |
549 outl(((voice->Delta << 16) & 0xff000000) | (voice->ESO & 0x00ffffff),
663 Returns: Delta value.
693 Returns: Delta value.
723 Returns: Delta value.
917 voice->Delta = snd_trident_convert_rate(runtime->rate);
949 evoice->Delta = voice->Delta;
1062 voice->Delta = snd_trident_convert_rate(runtime->rate);
1153 voice->Delta = snd_trident_convert_adc_rate(runtime->rate);
1178 evoice->Delta = snd_trident_convert_rate(runtime->rate);
1233 voice->Delta = 0x1000;
1255 evoice->Delta = voice->Delta;
1372 voice->Delta = snd_trident_convert_rate(runtime->rate);
1422 voice->Delta = 0x800;
1449 evoice->Delta = voice->Delta;