Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Darm-smmu.c542 void __iomem *gr0_base = ARM_SMMU_GR0(smmu); in __arm_smmu_tlb_sync() local
544 writel_relaxed(0, gr0_base + ARM_SMMU_GR0_sTLBGSYNC); in __arm_smmu_tlb_sync()
545 while (readl_relaxed(gr0_base + ARM_SMMU_GR0_sTLBGSTATUS) in __arm_smmu_tlb_sync()
684 void __iomem *gr0_base = ARM_SMMU_GR0_NS(smmu); in arm_smmu_global_fault() local
686 gfsr = readl_relaxed(gr0_base + ARM_SMMU_GR0_sGFSR); in arm_smmu_global_fault()
687 gfsynr0 = readl_relaxed(gr0_base + ARM_SMMU_GR0_sGFSYNR0); in arm_smmu_global_fault()
688 gfsynr1 = readl_relaxed(gr0_base + ARM_SMMU_GR0_sGFSYNR1); in arm_smmu_global_fault()
689 gfsynr2 = readl_relaxed(gr0_base + ARM_SMMU_GR0_sGFSYNR2); in arm_smmu_global_fault()
700 writel(gfsr, gr0_base + ARM_SMMU_GR0_sGFSR); in arm_smmu_global_fault()
992 void __iomem *gr0_base = ARM_SMMU_GR0(smmu); in arm_smmu_master_configure_smrs() local
[all …]