Searched refs:Delta (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_main.c425 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff);
433 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff);
439 regs[0] = (voice->Delta << 24) | (voice->CSO & 0x00ffffff);
440 regs[2] = ((voice->Delta << 16) & 0xff000000) |
482 outl((voice->Delta << 24) |
508 outl(((voice->Delta << 16) & 0xff000000) | (voice->ESO & 0x00ffffff),
622 Returns: Delta value.
652 Returns: Delta value.
682 Returns: Delta value.
900 voice->Delta
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ali5451/
H A Dali5451.c1236 unsigned int Delta; local
1248 /* set Delta (rate) value */
1249 Delta = snd_ali_convert_rate(runtime->rate, 0);
1259 Delta = 0x1000;
1284 snd_ali_printk("ch=%d, Rate=%d Delta=%xh,GVSEL=%xh,PAN=%xh,CTRL=%xh\n",
1285 pvoice->number,runtime->rate,Delta,GVSEL,PAN,CTRL);
1291 Delta,
1307 Delta,
1326 unsigned int Delta; local
1341 Delta
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtrident.h294 unsigned short Delta; /* 16 bits */ member in struct:snd_trident_voice

Completed in 111 milliseconds