Home
last modified time | relevance | path

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

/linux-2.6.39/sound/isa/sb/
Demu8000.c121 EMU8000_PTRX_WRITE(emu, ch, 0x40000000); in snd_emu8000_dma_chan()
208 EMU8000_PTRX_WRITE(emu, ch, 0); in init_audio()
471 EMU8000_PTRX_WRITE(emu, 30, (emu->fm_reverb_depth << 8)); in snd_emu8000_init_fm()
479 EMU8000_PTRX_WRITE(emu, 31, (emu->fm_reverb_depth << 8)); in snd_emu8000_init_fm()
Demu8000_callback.c249 EMU8000_PTRX_WRITE(hw, ch, 0); in start_voice()
326 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-2.6.39/include/sound/
Demu8000_reg.h124 #define EMU8000_PTRX_WRITE(emu, chan, val) \ macro