Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dmtk_iommu_v1.c111 phys_addr_t protect_base; /* protect memory base */ member
565 writel_relaxed(data->protect_base, in mtk_iommu_v1_hw_init()
629 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_v1_probe()
760 writel_relaxed(data->protect_base, base + REG_MMU_IVRP_PADDR); in mtk_iommu_v1_resume()
H A Dmtk_iommu.c259 phys_addr_t protect_base; /* protect memory base */ member
1149 regval = (data->protect_base >> 1) | (data->enable_4GB << 31); in mtk_iommu_hw_init()
1151 regval = lower_32_bits(data->protect_base) | in mtk_iommu_hw_init()
1152 upper_32_bits(data->protect_base); in mtk_iommu_hw_init()
1317 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_probe()