Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/perf/hisilicon/
Dhisi_uncore_l3c_pmu.c30 #define L3C_EVENT_CTRL 0x1c00 macro
300 val = readl(l3c_pmu->base + L3C_EVENT_CTRL); in hisi_l3c_pmu_enable_counter()
302 writel(val, l3c_pmu->base + L3C_EVENT_CTRL); in hisi_l3c_pmu_enable_counter()
311 val = readl(l3c_pmu->base + L3C_EVENT_CTRL); in hisi_l3c_pmu_disable_counter()
313 writel(val, l3c_pmu->base + L3C_EVENT_CTRL); in hisi_l3c_pmu_disable_counter()