Home
last modified time | relevance | path

Searched refs:get_dma_mode (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/sound/mips/
Dau1x00.c481 get_dma_mode(au1000->stream[PLAYBACK]->dma) & ~DMA_NC); in snd_au1000_pcm_new()
483 get_dma_mode(au1000->stream[CAPTURE]->dma) & ~DMA_NC); in snd_au1000_pcm_new()
/linux-2.6.39/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h276 static inline unsigned int get_dma_mode(unsigned int dmanr) in get_dma_mode() function