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

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_xscale.h54 #define XSCALE_EVTSEL_EVT1_MASK 0x0000ff00 macro
H A Dhwpmc_xscale.c390 evtsel &= ~XSCALE_EVTSEL_EVT1_MASK;
391 evtsel |= (config << 8) & XSCALE_EVTSEL_EVT1_MASK;
464 evtsel |= XSCALE_EVTSEL_EVT1_MASK;
593 XSCALE_EVTSEL_EVT2_MASK | XSCALE_EVTSEL_EVT1_MASK |

Completed in 92 milliseconds