Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h142 #define TRCIDR2_CIDSIZE_MASK GENMASK(9, 5) macro
H A Dcoresight-etm4x-core.c1215 drvdata->ctxid_size = FIELD_GET(TRCIDR2_CIDSIZE_MASK, etmidr2); in etm4_init_arch_data()