Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.h48 #define TRCCONFIGR_TS (1 << 11) /* Global timestamp tracing is enabled. */ macro
H A Dcoresight_etm4x.c83 reg = TRCCONFIGR_RS | TRCCONFIGR_TS; in etm_prepare()