Searched refs:iova_base (Results 1 – 2 of 2) sorted by relevance
| /drivers/iommu/ |
| A D | mtk_iommu.c | 181 dma_addr_t iova_base; member 345 {.iova_base = 0, .size = MTK_IOMMU_IOVA_SZ_4G}, 354 { .iova_base = 0x0, .size = MTK_IOMMU_IOVA_SZ_4G}, /* 0 ~ 4G, */ 360 { .iova_base = 0x240000000ULL, .size = 0x4000000}, /* CCU0 */ 361 { .iova_base = 0x244000000ULL, .size = 0x4000000}, /* CCU1 */ 603 larb_mmu->bank[portid] = upper_32_bits(region->iova_base); in mtk_iommu_config() 607 portid_msk, regionid, upper_32_bits(region->iova_base)); in mtk_iommu_config() 683 dom->domain.geometry.aperture_start = region->iova_base; in mtk_iommu_domain_finalise() 998 if (resv->iova_base <= curdom->iova_base || in mtk_iommu_get_resv_regions() 999 resv->iova_base + resv->size >= curdom->iova_base + curdom->size) in mtk_iommu_get_resv_regions() [all …]
|
| /drivers/char/agp/ |
| A D | parisc-agp.c | 255 u64 iova_base, io_tlb_ps; in agp_ioc_init() local 279 iova_base = readq(info->ioc_regs+IOC_IBASE) & ~0x1; in agp_ioc_init() 280 info->gart_base = iova_base + PLUTO_IOVA_SIZE - PLUTO_GART_SIZE; in agp_ioc_init()
|
Completed in 12 milliseconds