Home
last modified time | relevance | path

Searched refs:dst_sg (Results 1 – 1 of 1) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/platform/
Dsystem_dma.c346 struct scatterlist *dst_sg, *src_sg; in system_dma_copy_sg() local
354 dst_sg = system_dma_device->sg_device_table[fw_ctx_id][buff_loc].sgl; in system_dma_copy_sg()
362 dst_sg = system_dma_device->sg_fwmem_table[fw_ctx_id][buff_loc].sgl; in system_dma_copy_sg()
385 …d src_sg:%p dst_nents:%d dst_sg:%p dma map res:%d", src_nents, src_sg, dst_nents, dst_sg, result ); in system_dma_copy_sg()
410 uint32_t dst = sg_dma_address( dst_sg ); in system_dma_copy_sg()
413 … LOG( LOG_DEBUG, "src:0x%x (%d) to dst:0x%x (%d)", src, size_to_copy, dst, sg_dma_len( dst_sg ) ); in system_dma_copy_sg()
430 dst_sg = sg_next( dst_sg ); in system_dma_copy_sg()
438 dst_sg, dst_nents, in system_dma_copy_sg()