Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h144 #define TRCIDR2_CCSIZE_MASK GENMASK(28, 25) macro
H A Dcoresight-etm4x-core.c1434 drvdata->ccsize = FIELD_GET(TRCIDR2_CCSIZE_MASK, etmidr2); in etm4_init_arch_data()