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

/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_xscale.h44 #define XSCALE_PMNC_EVT0_MASK 0x00ff000 macro
H A Dhwpmc_xscale.c373 pmnc &= ~XSCALE_PMNC_EVT0_MASK;
374 pmnc |= (config << 12) & XSCALE_PMNC_EVT0_MASK;
450 pmnc |= XSCALE_PMNC_EVT0_MASK;
593 XSCALE_PMNC_EVT0_MASK);

Completed in 46 milliseconds