Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h439 int curBufCntReg, count; in get_dma_residue() local
445 curBufCntReg = (au_readl(chan->io + DMA_MODE_READ) & DMA_AB) ? in get_dma_residue()
448 count = au_readl(chan->io + curBufCntReg) & DMA_COUNT_MASK; in get_dma_residue()