Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/alchemy/common/
Ddma.c128 { 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 */
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h47 #define DMA_DS (1 << 15) macro
301 if (chan->mode & DMA_DS) /* second bank of device IDs */ in set_dma_fifo_addr()