Searched refs:iovmm_base (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/iommu/
H A Dtegra-gart.c59 dma_addr_t iovmm_base; /* offset to vmm_area */ member in struct:gart_device
89 for (iova = gart->iovmm_base; \
90 iova < gart->iovmm_base + GART_PAGE_SIZE * gart->page_count; \
156 gart_start = gart->iovmm_base; gart_iova_range_valid()
238 gart_domain->domain.geometry.aperture_start = gart->iovmm_base; gart_iommu_domain_alloc()
239 gart_domain->domain.geometry.aperture_end = gart->iovmm_base + gart_iommu_domain_alloc()
412 gart->iovmm_base = (dma_addr_t)res_remap->start; tegra_gart_probe()

Completed in 101 milliseconds