Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/
Dmtk_iommu_v1.c101 phys_addr_t protect_base; /* protect memory base */ member
566 writel_relaxed(data->protect_base, in mtk_iommu_v1_hw_init()
631 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_v1_probe()
745 writel_relaxed(data->protect_base, base + REG_MMU_IVRP_PADDR); in mtk_iommu_v1_resume()
Dmtk_iommu.c216 phys_addr_t protect_base; /* protect memory base */ member
1022 regval = (data->protect_base >> 1) | (data->enable_4GB << 31); in mtk_iommu_hw_init()
1024 regval = lower_32_bits(data->protect_base) | in mtk_iommu_hw_init()
1025 upper_32_bits(data->protect_base); in mtk_iommu_hw_init()
1139 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_probe()