Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwtracing/coresight/
Dcoresight-etm4x.h170 #define TRCIDR5_TRACEIDSIZE_MASK GENMASK(21, 16) macro
Dcoresight-etm4x-core.c1191 drvdata->trcid_size = FIELD_GET(TRCIDR5_TRACEIDSIZE_MASK, etmidr5); in etm4_init_arch_data()