Lines Matching refs:dst
382 dma_addr_t src, dma_addr_t dst,
440 lli->hw[OWL_DMADESC_DADDR] = dst;
867 dma_addr_t dst, dma_addr_t src,
896 ret = owl_dma_cfg_lli(vchan, lli, src + offset, dst + offset,
927 dma_addr_t addr, src = 0, dst = 0;
955 dst = sconfig->dst_addr;
958 dst = addr;
961 ret = owl_dma_cfg_lli(vchan, lli, src, dst, len, dir, sconfig,
991 dma_addr_t src = 0, dst = 0;
1011 dst = sconfig->dst_addr;
1014 dst = buf_addr + (period_len * i);
1017 ret = owl_dma_cfg_lli(vchan, lli, src, dst, period_len,