Searched refs:TRCIDR (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm64/coresight/ | ||
H A D | coresight_etm4x.h | 117 #define TRCIDR(n) ((n > 7) ? TRCIDR8(n) : TRCIDR0(n)) macro |
H A D | coresight_etm4x.c | 183 reg = bus_read_4(sc->res, TRCIDR(1)); in etm_init() |