Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dpci_endpoint_test.c367 dma_addr_t orig_dst_phys_addr; in pci_endpoint_test_copy() local
436 orig_dst_phys_addr = dma_map_single(dev, orig_dst_addr, in pci_endpoint_test_copy()
438 if (dma_mapping_error(dev, orig_dst_phys_addr)) { in pci_endpoint_test_copy()
444 if (alignment && !IS_ALIGNED(orig_dst_phys_addr, alignment)) { in pci_endpoint_test_copy()
445 dst_phys_addr = PTR_ALIGN(orig_dst_phys_addr, alignment); in pci_endpoint_test_copy()
446 offset = dst_phys_addr - orig_dst_phys_addr; in pci_endpoint_test_copy()
449 dst_phys_addr = orig_dst_phys_addr; in pci_endpoint_test_copy()
469 dma_unmap_single(dev, orig_dst_phys_addr, size + alignment, in pci_endpoint_test_copy()