Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h137 #define TRCIDR0_NUMEVENT_MASK GENMASK(11, 10) macro
H A Dcoresight-etm4x-core.c1204 drvdata->nr_event = FIELD_GET(TRCIDR0_NUMEVENT_MASK, etmidr0); in etm4_init_arch_data()