Lines Matching refs:dst
383 dma_addr_t src, dma_addr_t dst,
441 lli->hw[OWL_DMADESC_DADDR] = dst;
868 dma_addr_t dst, dma_addr_t src,
897 ret = owl_dma_cfg_lli(vchan, lli, src + offset, dst + offset,
928 dma_addr_t addr, src = 0, dst = 0;
956 dst = sconfig->dst_addr;
959 dst = addr;
962 ret = owl_dma_cfg_lli(vchan, lli, src, dst, len, dir, sconfig,
992 dma_addr_t src = 0, dst = 0;
1012 dst = sconfig->dst_addr;
1015 dst = buf_addr + (period_len * i);
1018 ret = owl_dma_cfg_lli(vchan, lli, src, dst, period_len,