Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/alchemy/common/ !
Ddma.c96 { AU1000_I2S_PHYS_ADDR + 0x00, DMA_DW32 | DMA_NC}, /* I2S TX */
97 { AU1000_I2S_PHYS_ADDR + 0x00, DMA_DW32 | DMA_NC | DMA_DR}, /* I2S RX */
/linux-6.1.9/arch/mips/include/asm/mach-au1x00/ !
Dau1000_dma.h55 #define DMA_DW32 (2 << DMA_DW_BIT) macro
447 else if ((chan->mode & DMA_DW_MASK) == DMA_DW32) in get_dma_residue()