Lines Matching refs:dst
237 void *src, *dst; in bf5xx_pcm_copy() local
246 dst = runtime->dma_area; in bf5xx_pcm_copy()
247 dst += pos * sample_size * 8; in bf5xx_pcm_copy()
251 memcpy(dst + dma_data->map[i] * in bf5xx_pcm_copy()
255 dst += 8 * sample_size; in bf5xx_pcm_copy()
260 dst = buf; in bf5xx_pcm_copy()
264 memcpy(dst, src + dma_data->map[i] * in bf5xx_pcm_copy()
266 dst += sample_size; in bf5xx_pcm_copy()
274 dst = runtime->dma_area; in bf5xx_pcm_copy()
275 dst += pos; in bf5xx_pcm_copy()
279 dst = buf; in bf5xx_pcm_copy()
282 memcpy(dst, src, count); in bf5xx_pcm_copy()