Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.h117 #define TRCIDR(n) ((n > 7) ? TRCIDR8(n) : TRCIDR0(n)) macro
H A Dcoresight_etm4x.c183 reg = bus_read_4(sc->res, TRCIDR(1)); in etm_init()