Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iommu/
Dmtk_iommu.h61 phys_addr_t protect_base; /* protect memory base */ member
Dmtk_iommu.c589 regval = (data->protect_base >> 1) | (data->enable_4GB << 31); in mtk_iommu_hw_init()
591 regval = lower_32_bits(data->protect_base) | in mtk_iommu_hw_init()
592 upper_32_bits(data->protect_base); in mtk_iommu_hw_init()
662 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_probe()
Dmtk_iommu_v1.c502 writel_relaxed(data->protect_base, in mtk_iommu_hw_init()
566 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_probe()
677 writel_relaxed(data->protect_base, base + REG_MMU_IVRP_PADDR); in mtk_iommu_resume()