Home
last modified time | relevance | path

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

/linux/drivers/perf/arm_cspmu/
H A Darm_cspmu.h107 #define PMCFGR_SIZE GENMASK(13, 8) macro
H A Darm_cspmu.c123 return FIELD_GET(PMCFGR_SIZE, cspmu->pmcfgr) + 1; in counter_size()