Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.h47 #define TRCCONFIGR_RS (1 << 12) /* Return stack enable bit */ macro
H A Dcoresight_etm4x.c83 reg = TRCCONFIGR_RS | TRCCONFIGR_TS; in etm_prepare()