Home
last modified time | relevance | path

Searched refs:EMU8000_PTRX_WRITE (Results 1 – 4 of 4) sorted by relevance

/linux/sound/isa/sb/
H A Demu8000.c110 EMU8000_PTRX_WRITE(emu, ch, 0x40000000); in snd_emu8000_dma_chan()
197 EMU8000_PTRX_WRITE(emu, ch, 0); in init_audio()
468 EMU8000_PTRX_WRITE(emu, 30, (emu->fm_reverb_depth << 8)); in snd_emu8000_init_fm()
476 EMU8000_PTRX_WRITE(emu, 31, (emu->fm_reverb_depth << 8)); in snd_emu8000_init_fm()
H A Demu8000_callback.c237 EMU8000_PTRX_WRITE(hw, ch, 0); in start_voice()
314 EMU8000_PTRX_WRITE(hw, ch, temp); in trigger_voice()
H A Demu8000_pcm.c278 EMU8000_PTRX_WRITE(hw, ch, 0); in setup_voice()
342 EMU8000_PTRX_WRITE(hw, ch, temp); in start_voice()
/linux/include/sound/
H A Demu8000_reg.h110 #define EMU8000_PTRX_WRITE(emu, chan, val) \ macro