Searched defs:counts_per_wrap (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/arm/arm32/ | ||
H A D | cortex_pmc.c | 62 static const uint32_t counts_per_wrap = ~0UL - 1; variable |
H A D | arm11_pmc.c | 60 static uint32_t counts_per_wrap = ~0UL; /* XXX off by 1 */ variable |