Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/sb/
H A Demu8000_callback.c236 EMU8000_CVCF_WRITE(hw, ch, 0x0000FFFF); in start_voice()
292 EMU8000_CVCF_WRITE(hw, ch, temp | 0xff00); in start_voice()
H A Demu8000_pcm.c277 EMU8000_CVCF_WRITE(hw, ch, 0x0000FFFF); in setup_voice()
332 EMU8000_CVCF_WRITE(hw, ch, 0xffff); in start_voice()
H A Demu8000.c108 EMU8000_CVCF_WRITE(emu, ch, 0); in snd_emu8000_dma_chan()
205 EMU8000_CVCF_WRITE(emu, ch, 0); in init_audio()
/openbmc/linux/include/sound/
H A Demu8000_reg.h112 #define EMU8000_CVCF_WRITE(emu, chan, val) \ macro