Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_uc_pmu.c35 #define HISI_UC_EVENT_GLB_EN BIT(26) macro
249 val |= HISI_UC_EVENT_GLB_EN; in hisi_uc_pmu_start_counters()
258 val &= ~HISI_UC_EVENT_GLB_EN; in hisi_uc_pmu_stop_counters()
295 return !!FIELD_GET(HISI_UC_EVENT_GLB_EN, val); in hisi_uc_pmu_get_glb_en_state()