Searched refs:resbytes (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-imx/
H A Dimx-dma.h37 * @resbytes: total residual number of bytes to transfer
55 unsigned int resbytes; member in struct:imx_dma_channel
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-imx/
H A Ddma.c61 imxdma->resbytes -= lastcount;
69 if ((imxdma->sgbc >= imxdma->sg->length) || !imxdma->resbytes) {
70 if ((imxdma->sgcount <= 1) || !imxdma->resbytes) {
85 if(imxdma->resbytes < nextcount)
86 nextcount = imxdma->resbytes;
148 imxdma->resbytes = dma_length;
234 imxdma->resbytes = dma_length;

Completed in 91 milliseconds