Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h271 static inline unsigned int get_dma_mode(unsigned int dmanr) in get_dma_mode() function
/linux-4.4.14/sound/mips/
Dau1x00.c486 get_dma_mode(au1000->stream[PLAYBACK]->dma) & ~DMA_NC); in snd_au1000_pcm_new()
488 get_dma_mode(au1000->stream[CAPTURE]->dma) & ~DMA_NC); in snd_au1000_pcm_new()
/linux-4.4.14/sound/soc/au1x/
Ddma.c203 get_dma_mode(ctx->stream[s].dma) & ~DMA_NC); in alchemy_pcm_open()