Lines Matching refs:CSO
465 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) | in snd_trident_write_voice_regs()
473 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) | in snd_trident_write_voice_regs()
481 regs[0] = (voice->Delta << 24) | (voice->CSO & 0x00ffffff); in snd_trident_write_voice_regs()
530 unsigned int CSO) in snd_trident_write_cso_reg() argument
532 voice->CSO = CSO; in snd_trident_write_cso_reg()
535 outw(voice->CSO, TRID_REG(trident, CH_DX_CSO_ALPHA_FMS) + 2); in snd_trident_write_cso_reg()
538 (voice->CSO & 0x00ffffff), TRID_REG(trident, CH_NX_DELTA_CSO)); in snd_trident_write_cso_reg()
967 voice->CSO = 0; in snd_trident_playback_prepare()
993 evoice->CSO = 0; in snd_trident_playback_prepare()
1110 voice->CSO = 0; in snd_trident_capture_prepare()
1204 voice->CSO = 0; in snd_trident_si7018_capture_prepare()
1228 evoice->CSO = 0; in snd_trident_si7018_capture_prepare()
1283 voice->CSO = 0; in snd_trident_foldback_prepare()
1305 evoice->CSO = 0; in snd_trident_foldback_prepare()
1448 voice->CSO = 0; in snd_trident_spdif_prepare()
1459 outw((voice->CSO & 0xffff), TRID_REG(trident, NX_SPCTRL_SPCSO)); in snd_trident_spdif_prepare()
1460 outb((voice->CSO >> 16), TRID_REG(trident, NX_SPCTRL_SPCSO + 2)); in snd_trident_spdif_prepare()
1478 voice->CSO = 0; in snd_trident_spdif_prepare()
1499 evoice->CSO = 0; in snd_trident_spdif_prepare()