Lines Matching defs:CSO
69 dev_dbg(trident->card->dev, "CSO: 0x%x\n", val >> 16);
79 dev_dbg(trident->card->dev, "CSO: 0x%x\n", val & 0x00ffffff);
445 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) |
453 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) |
461 regs[0] = (voice->Delta << 24) | (voice->CSO & 0x00ffffff);
499 Description: This routine will write the new CSO offset
504 CSO - new CSO value
510 unsigned int CSO)
512 voice->CSO = CSO;
515 outw(voice->CSO, TRID_REG(trident, CH_DX_CSO_ALPHA_FMS) + 2);
518 (voice->CSO & 0x00ffffff), TRID_REG(trident, CH_NX_DELTA_CSO));
920 voice->CSO = 0;
946 evoice->CSO = 0;
1061 voice->CSO = 0;
1148 voice->CSO = 0;
1172 evoice->CSO = 0;
1226 voice->CSO = 0;
1248 evoice->CSO = 0;
1388 voice->CSO = 0;
1399 outw((voice->CSO & 0xffff), TRID_REG(trident, NX_SPCTRL_SPCSO));
1400 outb((voice->CSO >> 16), TRID_REG(trident, NX_SPCTRL_SPCSO + 2));
1418 voice->CSO = 0;
1439 evoice->CSO = 0;
3680 /* write original ESO and update CSO for IRQ voice to preserve sync */
3688 /* update CSO for extra voice to preserve sync */