Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dmtk_iommu.h51 phys_addr_t protect_base; /* protect memory base */ member
Dmtk_iommu.c542 regval = (data->protect_base >> 1) | (data->enable_4GB << 31); in mtk_iommu_hw_init()
544 regval = lower_32_bits(data->protect_base) | in mtk_iommu_hw_init()
545 upper_32_bits(data->protect_base); in mtk_iommu_hw_init()
598 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_probe()
Dmtk_iommu_v1.c511 writel_relaxed(data->protect_base, in mtk_iommu_hw_init()
572 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_probe()
685 writel_relaxed(data->protect_base, base + REG_MMU_IVRP_PADDR); in mtk_iommu_resume()