Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Demu8000.h27 #define EMU8000_RAM_RIGHT 0x10 /* use 'right' DMA channel */ macro
/openbmc/linux/sound/isa/sb/
H A Demu8000_pcm.c83 mode |= EMU8000_RAM_RIGHT; in emu8k_open_dram_for_pcm()
H A Demu8000.c99 unsigned right_bit = (mode & EMU8000_RAM_RIGHT) ? 0x01000000 : 0; in snd_emu8000_dma_chan()