Home
last modified time | relevance | path

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

/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_mn_pmu.c48 u32 event_cntr0; member
78 return readq(mn_pmu->base + HISI_MN_CNTR_REGn(reg_info->event_cntr0, hwc->idx)); in hisi_mn_pmu_read_counter()
86 writeq(val, mn_pmu->base + HISI_MN_CNTR_REGn(reg_info->event_cntr0, hwc->idx)); in hisi_mn_pmu_write_counter()
350 .event_cntr0 = HISI_MN_CNTR0_REG,
H A Dhisi_uncore_noc_pmu.c52 u32 event_cntr0; member
97 return readq(noc_pmu->base + NOC_PMU_EVENT_CNTRn(reg_info->event_cntr0, hwc->idx)); in hisi_noc_pmu_read_counter()
105 writeq(val, noc_pmu->base + NOC_PMU_EVENT_CNTRn(reg_info->event_cntr0, hwc->idx)); in hisi_noc_pmu_write_counter()
386 .event_cntr0 = NOC_PMU_EVENT_COUNTER0,