Home
last modified time | relevance | path

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

/linux-3.4.99/sound/isa/sb/
Demu8000.c122 EMU8000_PTRX_WRITE(emu, ch, 0x40000000); in snd_emu8000_dma_chan()
209 EMU8000_PTRX_WRITE(emu, ch, 0); in init_audio()
472 EMU8000_PTRX_WRITE(emu, 30, (emu->fm_reverb_depth << 8)); in snd_emu8000_init_fm()
480 EMU8000_PTRX_WRITE(emu, 31, (emu->fm_reverb_depth << 8)); in snd_emu8000_init_fm()
Demu8000_callback.c250 EMU8000_PTRX_WRITE(hw, ch, 0); in start_voice()
327 EMU8000_PTRX_WRITE(hw, ch, temp); in trigger_voice()
Demu8000_pcm.c292 EMU8000_PTRX_WRITE(hw, ch, 0); in setup_voice()
356 EMU8000_PTRX_WRITE(hw, ch, temp); in start_voice()
/linux-3.4.99/include/sound/
Demu8000_reg.h124 #define EMU8000_PTRX_WRITE(emu, chan, val) \ macro