Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h434 int curBufCntReg, count; in get_dma_residue() local
440 curBufCntReg = (__raw_readl(chan->io + DMA_MODE_READ) & DMA_AB) ? in get_dma_residue()
443 count = __raw_readl(chan->io + curBufCntReg) & DMA_COUNT_MASK; in get_dma_residue()