Searched refs:XSCALE_PMNC_EVT0_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_xscale.h44 #define XSCALE_PMNC_EVT0_MASK 0x00ff000 macro
H A Dhwpmc_xscale.c370 pmnc &= ~XSCALE_PMNC_EVT0_MASK;
371 pmnc |= (config << 12) & XSCALE_PMNC_EVT0_MASK;
447 pmnc |= XSCALE_PMNC_EVT0_MASK;
590 XSCALE_PMNC_EVT0_MASK);

Completed in 95 milliseconds