Searched refs:DMA_DS (Results 1 – 2 of 2) sorted by relevance
128 { AU1100_SD0_PHYS_ADDR + 0x00, DMA_DS | DMA_DW8 }, /* coherent */129 { AU1100_SD0_PHYS_ADDR + 0x04, DMA_DS | DMA_DW8 | DMA_DR }, /* coherent */130 { AU1100_SD1_PHYS_ADDR + 0x00, DMA_DS | DMA_DW8 }, /* coherent */131 { AU1100_SD1_PHYS_ADDR + 0x04, DMA_DS | DMA_DW8 | DMA_DR } /* coherent */
47 #define DMA_DS (1 << 15) macro301 if (chan->mode & DMA_DS) /* second bank of device IDs */ in set_dma_fifo_addr()