Searched refs:TRCIDR0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm64/coresight/
H A Dcoresight_etm4x.h117 #define TRCIDR0(n) (0x1E0 + 0x4 * (n)) macro
119 #define TRCIDR(n) ((n > 7) ? TRCIDR8(n) : TRCIDR0(n))

Completed in 106 milliseconds