Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/mach-jz4740/
Ddma.h85 uint32_t jz4740_dma_get_residue(const struct jz4740_dma_chan *dma);
/linux-3.4.99/arch/mips/jz4740/
Ddma.c235 uint32_t jz4740_dma_get_residue(const struct jz4740_dma_chan *dma) in jz4740_dma_get_residue() function
241 EXPORT_SYMBOL_GPL(jz4740_dma_get_residue);
/linux-3.4.99/sound/soc/jz4740/
Djz4740-pcm.c204 byte_offset -= jz4740_dma_get_residue(dma); in jz4740_pcm_pointer()