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

/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_xscale.h53 #define XSCALE_EVTSEL_EVT0_MASK 0x000000ff macro
H A Dhwpmc_xscale.c389 evtsel &= ~XSCALE_EVTSEL_EVT0_MASK;
390 evtsel |= config & XSCALE_EVTSEL_EVT0_MASK;
464 evtsel |= XSCALE_EVTSEL_EVT0_MASK;
597 XSCALE_EVTSEL_EVT0_MASK);

Completed in 58 milliseconds