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);
451 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) |
459 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) |
467 regs[0] = (voice->Delta << 24) | (voice->CSO & 0x00ffffff);
505 Description: This routine will write the new CSO offset
510 CSO - new CSO value
516 unsigned int CSO)
518 voice->CSO = CSO;
521 outw(voice->CSO, TRID_REG(trident, CH_DX_CSO_ALPHA_FMS) + 2);
524 (voice->CSO & 0x00ffffff), TRID_REG(trident, CH_NX_DELTA_CSO));
926 voice->CSO = 0;
952 evoice->CSO = 0;
1069 voice->CSO = 0;
1157 voice->CSO = 0;
1181 evoice->CSO = 0;
1236 voice->CSO = 0;
1258 evoice->CSO = 0;
1401 voice->CSO = 0;
1412 outw((voice->CSO & 0xffff), TRID_REG(trident, NX_SPCTRL_SPCSO));
1413 outb((voice->CSO >> 16), TRID_REG(trident, NX_SPCTRL_SPCSO + 2));
1431 voice->CSO = 0;
1452 evoice->CSO = 0;
3730 /* write original ESO and update CSO for IRQ voice to preserve sync */
3738 /* update CSO for extra voice to preserve sync */