Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_uc_pmu.c37 #define HISI_UC_EVTYPE_REGn(n) (0x1d00 + (n) * 4) macro
238 val = readl(uc_pmu->base + HISI_UC_EVTYPE_REGn(idx / 4)); in hisi_uc_pmu_write_evtype()
241 writel(val, uc_pmu->base + HISI_UC_EVTYPE_REGn(idx / 4)); in hisi_uc_pmu_write_evtype()