Searched refs:EMU8000_PTRX_WRITE (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | emu8000.c | 109 EMU8000_PTRX_WRITE(emu, ch, 0x40000000); in snd_emu8000_dma_chan() 196 EMU8000_PTRX_WRITE(emu, ch, 0); in init_audio() 467 EMU8000_PTRX_WRITE(emu, 30, (emu->fm_reverb_depth << 8)); in snd_emu8000_init_fm() 475 EMU8000_PTRX_WRITE(emu, 31, (emu->fm_reverb_depth << 8)); in snd_emu8000_init_fm()
|
D | emu8000_callback.c | 237 EMU8000_PTRX_WRITE(hw, ch, 0); in start_voice() 314 EMU8000_PTRX_WRITE(hw, ch, temp); in trigger_voice()
|
D | emu8000_pcm.c | 278 EMU8000_PTRX_WRITE(hw, ch, 0); in setup_voice() 342 EMU8000_PTRX_WRITE(hw, ch, temp); in start_voice()
|
/kernel/linux/linux-5.10/include/sound/ |
D | emu8000_reg.h | 110 #define EMU8000_PTRX_WRITE(emu, chan, val) \ macro
|