Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/lib/
Dswiotlb.c427 unsigned long phys_address = virt_to_phys(virt_address); in swiotlb_map_sg() local
430 if (phys_address & ~hwdev->dma_mask) in swiotlb_map_sg()
436 sg->dma_address = phys_address; in swiotlb_map_sg()