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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-imx/
H A Ddma-v1.c101 * @resbytes: total residual number of bytes to transfer
118 unsigned int resbytes; member in struct:imx_dma_channel
169 now = min(imxdma->resbytes, sg->length);
170 if (imxdma->resbytes != IMX_DMA_LENGTH_LOOP)
171 imxdma->resbytes -= now;
310 imxdma->resbytes = dma_length;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-imx/
H A Ddma-v1.c101 * @resbytes: total residual number of bytes to transfer
118 unsigned int resbytes; member in struct:imx_dma_channel
169 now = min(imxdma->resbytes, sg->length);
170 if (imxdma->resbytes != IMX_DMA_LENGTH_LOOP)
171 imxdma->resbytes -= now;
310 imxdma->resbytes = dma_length;

Completed in 70 milliseconds