Lines Matching defs:dst

180 static void prep_dma_xor_dbg(int id, dma_addr_t dst, dma_addr_t *src,
188 pr_debug("dst:\n\t0x%016llx\n", dst);
191 static void prep_dma_pq_dbg(int id, dma_addr_t *dst, dma_addr_t *src,
199 pr_debug("dst: ");
201 pr_debug("\t0x%016llx ", dst[i]);
219 pr_debug("dst: ");
350 * of the transaction (src, dst, ...)
485 * of the transaction (src, dst, ...)
2085 dma_addr_t *dst, int dst_cnt, dma_addr_t *src, int src_cnt,
2124 DMA_CUED_XOR_BASE, dst[0], 0);
2125 ppc440spe_desc_set_dest_addr(iter, chan, 0, dst[1], 1);
2148 DMA_CUED_XOR_HB, dst[1]);
2150 DMA_CUED_XOR_BASE, dst[0], 0);
2171 dma_addr_t *dst, dma_addr_t *src, int src_cnt,
2207 *dst, 0);
2235 *dst, 0);
2260 *dst, 0);
2275 dma_addr_t *dst, int dst_cnt, dma_addr_t *src, int src_cnt,
2384 /* setup dst/src/mult */
2385 pr_debug("%s: set dst descriptor 0, 1: 0x%016llx, 0x%016llx\n",
2386 __func__, dst[0], dst[1]);
2387 ppc440spe_adma_pq_set_dest(sw_desc, dst, flags);
2420 dma_addr_t *dst, int dst_cnt, dma_addr_t *src, int src_cnt,
2484 /* setup dst/src/mult */
2485 ppc440spe_adma_pq_set_dest(sw_desc, dst, flags);
2508 struct dma_chan *chan, dma_addr_t *dst, dma_addr_t *src,
2519 dst, src, src_cnt));
2524 if (src_cnt == 1 && dst[1] == src[0]) {
2527 /* dst[1] is real destination (Q) */
2528 dest[0] = dst[1];
2536 if (src_cnt == 2 && dst[1] == src[1]) {
2538 &dst[1], src, 2, scf, len, flags);
2543 BUG_ON(!dst[0]);
2549 BUG_ON(!dst[1]);
2565 dst, dst_cnt, src, src_cnt, scf,
2571 dst, dst_cnt, src, src_cnt, scf,
3697 * capabilities are enabled then we'll get src/dst filled with zero.