Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.h90 #define EVENT_SEL_S 0 macro
91 #define EVENT_SEL_M (0x1f << EVENT_SEL_S)
H A Dcoresight_etm4x.c115 reg |= (1 << EVENT_SEL_S); in etm_prepare()