Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/perf/hisilicon/
Dhisi_uncore_sllc_pmu.c23 #define SLLC_PERF_CTRL 0x1c00 macro
64 val = readl(sllc_pmu->base + SLLC_PERF_CTRL); in hisi_sllc_pmu_enable_tracetag()
66 writel(val, sllc_pmu->base + SLLC_PERF_CTRL); in hisi_sllc_pmu_enable_tracetag()
78 val = readl(sllc_pmu->base + SLLC_PERF_CTRL); in hisi_sllc_pmu_disable_tracetag()
80 writel(val, sllc_pmu->base + SLLC_PERF_CTRL); in hisi_sllc_pmu_disable_tracetag()
95 val = readl(sllc_pmu->base + SLLC_PERF_CTRL); in hisi_sllc_pmu_config_tgtid()
97 writel(val, sllc_pmu->base + SLLC_PERF_CTRL); in hisi_sllc_pmu_config_tgtid()
112 val = readl(sllc_pmu->base + SLLC_PERF_CTRL); in hisi_sllc_pmu_clear_tgtid()
114 writel(val, sllc_pmu->base + SLLC_PERF_CTRL); in hisi_sllc_pmu_clear_tgtid()
130 val = readl(sllc_pmu->base + SLLC_PERF_CTRL); in hisi_sllc_pmu_config_srcid()
[all …]