HomeSort by: relevance | last modified time | path
    Searched defs:len_dst (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/xscale/
pxa2x0_dmac.c 514 size_t len_src, len_dst; local in function:dmac_dmover_run
537 len_dst = dreq->dreq_outbuf.dmbuf_linear.l_len;
540 len_dst = dreq->dreq_outbuf.dmbuf_uio->uio_resid;
558 if (len_src != len_dst)
572 len_src != len_dst)
630 len_dst, NULL,
pxa2x0_dmac.c 514 size_t len_src, len_dst; local in function:dmac_dmover_run
537 len_dst = dreq->dreq_outbuf.dmbuf_linear.l_len;
540 len_dst = dreq->dreq_outbuf.dmbuf_uio->uio_resid;
558 if (len_src != len_dst)
572 len_src != len_dst)
630 len_dst, NULL,

Completed in 24 milliseconds