Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/common/
Ddma.c127 {SD0_XMIT_FIFO, DMA_DS | DMA_DW8}, // coherent
128 {SD0_RECV_FIFO, DMA_DS | DMA_DR | DMA_DW8}, // coherent
129 {SD1_XMIT_FIFO, DMA_DS | DMA_DW8}, // coherent
130 {SD1_RECV_FIFO, DMA_DS | DMA_DR | DMA_DW8} // coherent
/linux-2.4.37.9/include/asm-mips/
Dau1000_dma.h54 #define DMA_DS (1<<15) macro
300 if (chan->mode & DMA_DS) /* second bank of device ids */ in set_dma_fifo_addr()