Searched refs:CXL_PMU_CAP_NUM_COUNTERS_MSK (Results 1 – 1 of 1) sorted by relevance
28 #define CXL_PMU_CAP_NUM_COUNTERS_MSK GENMASK_ULL(5, 0) macro140 info->num_counters = FIELD_GET(CXL_PMU_CAP_NUM_COUNTERS_MSK, val) + 1; in cxl_pmu_parse_caps()