Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h169 #define TRCIDR5_NUMCNTR_MASK GENMASK(30, 28) macro
H A Dcoresight-etm4x-core.c1300 drvdata->nr_cntr = FIELD_GET(TRCIDR5_NUMCNTR_MASK, etmidr5); in etm4_init_arch_data()