Searched refs:DMA_DS (Results 1 – 2 of 2) sorted by relevance
127 {SD0_XMIT_FIFO, DMA_DS | DMA_DW8}, // coherent128 {SD0_RECV_FIFO, DMA_DS | DMA_DR | DMA_DW8}, // coherent129 {SD1_XMIT_FIFO, DMA_DS | DMA_DW8}, // coherent130 {SD1_RECV_FIFO, DMA_DS | DMA_DR | DMA_DW8} // coherent
54 #define DMA_DS (1<<15) macro300 if (chan->mode & DMA_DS) /* second bank of device ids */ in set_dma_fifo_addr()