Lines Matching refs: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, ...)
2087 dma_addr_t *dst, int dst_cnt, dma_addr_t *src, int src_cnt,
2126 DMA_CUED_XOR_BASE, dst[0], 0);
2127 ppc440spe_desc_set_dest_addr(iter, chan, 0, dst[1], 1);
2150 DMA_CUED_XOR_HB, dst[1]);
2152 DMA_CUED_XOR_BASE, dst[0], 0);
2173 dma_addr_t *dst, dma_addr_t *src, int src_cnt,
2209 *dst, 0);
2237 *dst, 0);
2262 *dst, 0);
2277 dma_addr_t *dst, int dst_cnt, dma_addr_t *src, int src_cnt,
2386 /* setup dst/src/mult */
2387 pr_debug("%s: set dst descriptor 0, 1: 0x%016llx, 0x%016llx\n",
2388 __func__, dst[0], dst[1]);
2389 ppc440spe_adma_pq_set_dest(sw_desc, dst, flags);
2422 dma_addr_t *dst, int dst_cnt, dma_addr_t *src, int src_cnt,
2486 /* setup dst/src/mult */
2487 ppc440spe_adma_pq_set_dest(sw_desc, dst, flags);
2510 struct dma_chan *chan, dma_addr_t *dst, dma_addr_t *src,
2521 dst, src, src_cnt));
2526 if (src_cnt == 1 && dst[1] == src[0]) {
2529 /* dst[1] is real destination (Q) */
2530 dest[0] = dst[1];
2538 if (src_cnt == 2 && dst[1] == src[1]) {
2540 &dst[1], src, 2, scf, len, flags);
2545 BUG_ON(!dst[0]);
2551 BUG_ON(!dst[1]);
2567 dst, dst_cnt, src, src_cnt, scf,
2573 dst, dst_cnt, src, src_cnt, scf,
3700 * capabilities are enabled then we'll get src/dst filled with zero.