Home
last modified time | relevance | path

Searched refs:CSO (Results 1 – 3 of 3) sorted by relevance

/sound/pci/trident/
Dtrident_main.c465 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()
[all …]
Dtrident.h289 unsigned int CSO; /* 24 bits (16 on DX) */ member
/sound/pci/ali5451/
Dali5451.c993 unsigned int CSO, in snd_ali_write_voice_regs() argument
1007 ctlcmds[0] = (CSO << 16) | (ALPHA_FMS & 0x0000ffff); in snd_ali_write_voice_regs()