Searched refs:FUNCTL_HOLDTIME_MASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm64/coresight/ | ||
H A D | coresight_funnel.h | 37 #define FUNCTL_HOLDTIME_MASK (0xf << FUNCTL_HOLDTIME_SHIFT) macro |
H A D | coresight_funnel.c | 87 reg &= ~(FUNCTL_HOLDTIME_MASK); in funnel_enable() |