Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pa_pmu.c21 #define PA_EVENT_CTRL 0x1c04 macro
215 val = readl(pa_pmu->base + PA_EVENT_CTRL); in hisi_pa_pmu_enable_counter()
217 writel(val, pa_pmu->base + PA_EVENT_CTRL); in hisi_pa_pmu_enable_counter()
226 val = readl(pa_pmu->base + PA_EVENT_CTRL); in hisi_pa_pmu_disable_counter()
228 writel(val, pa_pmu->base + PA_EVENT_CTRL); in hisi_pa_pmu_disable_counter()