Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/alchemy/common/
Ddma.c85 { AU1000_AC97_PHYS_ADDR + 0x08, DMA_DW16 }, /* AC97 TX c */
86 { AU1000_AC97_PHYS_ADDR + 0x08, DMA_DW16 | DMA_DR }, /* AC97 RX c */
/linux-6.1.9/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h54 #define DMA_DW16 (1 << DMA_DW_BIT) macro
445 if ((chan->mode & DMA_DW_MASK) == DMA_DW16) in get_dma_residue()