Searched refs:EMU8000_PTRX_WRITE (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/sound/isa/sb/ |
D | emu8000.c | 121 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()
|
D | emu8000_callback.c | 249 EMU8000_PTRX_WRITE(hw, ch, 0); in start_voice() 326 EMU8000_PTRX_WRITE(hw, ch, temp); in trigger_voice()
|
D | emu8000_pcm.c | 292 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/ |
D | emu8000_reg.h | 124 #define EMU8000_PTRX_WRITE(emu, chan, val) \ macro
|