Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pa_pmu.c20 #define PA_PERF_CTRL 0x1c00 macro
195 val = readl(pa_pmu->base + PA_PERF_CTRL); in hisi_pa_pmu_start_counters()
197 writel(val, pa_pmu->base + PA_PERF_CTRL); in hisi_pa_pmu_start_counters()
204 val = readl(pa_pmu->base + PA_PERF_CTRL); in hisi_pa_pmu_stop_counters()
206 writel(val, pa_pmu->base + PA_PERF_CTRL); in hisi_pa_pmu_stop_counters()