Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_funnel.h37 #define FUNCTL_HOLDTIME_MASK (0xf << FUNCTL_HOLDTIME_SHIFT) macro
H A Dcoresight_funnel.c87 reg &= ~(FUNCTL_HOLDTIME_MASK); in funnel_enable()