Home
last modified time | relevance | path

Searched refs:EMU8000_CPF_WRITE (Results 1 – 3 of 3) sorted by relevance

/linux/sound/isa/sb/
H A Demu8000_callback.c238 EMU8000_CPF_WRITE(hw, ch, 0); in start_voice()
315 EMU8000_CPF_WRITE(hw, ch, vp->ptarget << 16); in trigger_voice()
H A Demu8000_pcm.c281 EMU8000_CPF_WRITE(hw, ch, 0); in setup_voice()
344 EMU8000_CPF_WRITE(hw, ch, pt << 16); in start_voice()
/linux/include/sound/
H A Demu8000_reg.h108 #define EMU8000_CPF_WRITE(emu, chan, val) \ macro