Home
last modified time | relevance | path

Searched refs:PMU_PMCR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/perf/
H A Dxgene_pmu.c74 #define PMU_PMCR 0xE04 macro
846 val = readl(pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_reset_counters()
848 writel(val, pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_reset_counters()
855 val = readl(pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_start_counters()
857 writel(val, pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_start_counters()
864 val = readl(pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_stop_counters()
866 writel(val, pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_stop_counters()
/kernel/linux/linux-6.6/drivers/perf/
H A Dxgene_pmu.c74 #define PMU_PMCR 0xE04 macro
843 val = readl(pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_reset_counters()
845 writel(val, pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_reset_counters()
852 val = readl(pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_start_counters()
854 writel(val, pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_start_counters()
861 val = readl(pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_stop_counters()
863 writel(val, pmu_dev->inf->csr + PMU_PMCR); in xgene_pmu_stop_counters()

Completed in 6 milliseconds