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

/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_xscale.h55 #define XSCALE_EVTSEL_EVT2_MASK 0x00ff0000 macro
H A Dhwpmc_xscale.c397 evtsel &= ~XSCALE_EVTSEL_EVT2_MASK;
398 evtsel |= (config << 16) & XSCALE_EVTSEL_EVT2_MASK;
470 evtsel |= XSCALE_EVTSEL_EVT2_MASK;
596 XSCALE_EVTSEL_EVT2_MASK | XSCALE_EVTSEL_EVT1_MASK |

Completed in 97 milliseconds