Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_etm4x.h92 #define EVENT_SEL_S 0 macro
93 #define EVENT_SEL_M (0x1f << EVENT_SEL_S)
H A Dcoresight_etm4x.c118 reg |= (1 << EVENT_SEL_S); in etm_prepare()