Searched refs:dma_ptr (Results 1 – 2 of 2) sorted by relevance
301 void *dma_ptr = runtime->dma_area + hwoff + in dmaengine_copy() local305 if (copy_from_iter(dma_ptr, bytes, iter) != bytes) in dmaengine_copy()315 if (copy_to_iter(dma_ptr, bytes, iter) != bytes) in dmaengine_copy()
952 u8 *dma_ptr = runtime->dma_area + hwoff + in mchp_pdmc_process() local954 u8 *dma_ptr_end = dma_ptr + bytes; in mchp_pdmc_process()957 for (; dma_ptr < dma_ptr_end; dma_ptr += sample_size) in mchp_pdmc_process()958 *dma_ptr = 0; in mchp_pdmc_process()
Completed in 10 milliseconds