Lines Matching defs:reloc_base
113 void __iomem *reloc_base;
184 writeq(value, smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 8));
186 writel(value, smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 4));
194 value = readq(smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 8));
196 value = readl(smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 4));
644 ovsr = readq(smmu_pmu->reloc_base + SMMU_PMCG_OVSSET0);
648 writeq(ovsr, smmu_pmu->reloc_base + SMMU_PMCG_OVSCLR0);
741 smmu_pmu->reloc_base + SMMU_PMCG_OVSCLR0);
803 smmu_pmu->reloc_base = devm_platform_ioremap_resource(pdev, 1);
804 if (IS_ERR(smmu_pmu->reloc_base))
805 return PTR_ERR(smmu_pmu->reloc_base);
807 smmu_pmu->reloc_base = smmu_pmu->reg_base;