Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x.h169 #define TRCIDR5_NUMEXTIN_MASK GENMASK(8, 0) macro
Dcoresight-etm4x-core.c1203 drvdata->nr_ext_inp = FIELD_GET(TRCIDR5_NUMEXTIN_MASK, etmidr5); in etm4_init_arch_data()