Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/alchemy/common/
Ddma.c126 { SD0_XMIT_FIFO, DMA_DS | DMA_DW8 }, /* coherent */
127 { SD0_RECV_FIFO, DMA_DS | DMA_DR | DMA_DW8 }, /* coherent */
128 { SD1_XMIT_FIFO, DMA_DS | DMA_DW8 }, /* coherent */
129 { SD1_RECV_FIFO, DMA_DS | DMA_DR | DMA_DW8 } /* coherent */
/linux-2.6.39/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h52 #define DMA_DS (1 << 15) macro
306 if (chan->mode & DMA_DS) /* second bank of device IDs */ in set_dma_fifo_addr()