Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_etm4x.h133 #define TRCACVR(n) (0x400 + (n) * 0x8) /* Trace Address Comparator Value Register [n=0-15] */ macro
H A Dcoresight_etm4x.c132 bus_write_8(sc->res, TRCACVR(i), event->addr[i]); in etm_prepare()