Home
last modified time | relevance | path

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

/linux/sound/pci/trident/
H A Dtrident_main.c445 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) | in snd_trident_write_voice_regs()
453 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) | in snd_trident_write_voice_regs()
461 regs[0] = (voice->Delta << 24) | (voice->CSO & 0x00ffffff); in snd_trident_write_voice_regs()
510 unsigned int CSO) in snd_trident_write_cso_reg() argument
512 voice->CSO = CSO; in snd_trident_write_cso_reg()
515 outw(voice->CSO, TRID_REG(trident, CH_DX_CSO_ALPHA_FMS) + 2); in snd_trident_write_cso_reg()
518 (voice->CSO & 0x00ffffff), TRID_REG(trident, CH_NX_DELTA_CSO)); in snd_trident_write_cso_reg()
920 voice->CSO = 0; in snd_trident_playback_prepare()
946 evoice->CSO = 0; in snd_trident_playback_prepare()
1061 voice->CSO = 0; in snd_trident_capture_prepare()
[all …]
H A Dtrident.h273 unsigned int CSO; /* 24 bits (16 on DX) */ member