Home
last modified time | relevance | path

Searched refs:PTRX (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demu10k1_callback.c145 PTRX, 0, in terminate_voice()
384 PTRX, 0, in start_voice()
469 PTRX, ptarget | (vp->apan << 8) | vp->aaux, in trigger_voice()
H A Demu10k1_main.c56 PTRX, 0, in snd_emu10k1_voice_init()
406 PTRX, 0, in snd_emu10k1_done()
1744 CPF, PTRX, CVCF, VTFT, Z1, Z2, PSST, DSL, CCCA, CCR, CLP,
H A Demupcm.c300 PTRX, (send_amount[0] << 8) | send_amount[1], in snd_emu10k1_pcm_init_voice()
701 u32 ptrx = snd_emu10k1_ptr_read(emu, PTRX, voice); in snd_emu10k1_playback_commit_pitch()
704 PTRX, (ptrx & ~PTRX_PITCHTARGET_MASK) | pitch_target, in snd_emu10k1_playback_commit_pitch()
H A Demuproc.c85 ptrx = snd_emu10k1_ptr_read(emu, PTRX, idx); in snd_emu10k1_proc_read()
/kernel/linux/linux-6.6/include/sound/
H A Demu10k1.h429 #define PTRX 0x01 /* Pitch target and send A/B amounts register */ macro
430 SUB_REG(PTRX, PITCHTARGET, 0xffff0000) /* Pitch target of specified channel */
431 SUB_REG(PTRX, FXSENDAMOUNT_A, 0x0000ff00) /* Linear level of channel output sent to FX send bus A */
432 SUB_REG(PTRX, FXSENDAMOUNT_B, 0x000000ff) /* Linear level of channel output sent to FX send bus B */
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demu10k1_callback.c352 snd_emu10k1_ptr_write(hw, PTRX, ch, 0); in start_voice()
482 snd_emu10k1_ptr_write(hw, PTRX, vp->ch, temp); in trigger_voice()
H A Demu10k1_main.c64 snd_emu10k1_ptr_write(emu, PTRX, ch, 0); in snd_emu10k1_voice_init()
408 snd_emu10k1_ptr_write(emu, PTRX, ch, 0); in snd_emu10k1_done()
2056 CPF, PTRX, CVCF, VTFT, Z1, Z2, PSST, DSL, CCCA, CCR, CLP,
H A Demupcm.c347 snd_emu10k1_ptr_write(emu, PTRX, voice, (send_amount[0] << 8) | send_amount[1]); in snd_emu10k1_pcm_init_voice()
/kernel/linux/linux-5.10/include/sound/
H A Demu10k1.h364 #define PTRX 0x01 /* Pitch target and send A/B amounts register */ macro

Completed in 36 milliseconds