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

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_xscale.h53 #define XSCALE_EVTSEL_EVT0_MASK 0x000000ff macro
H A Dhwpmc_xscale.c386 evtsel &= ~XSCALE_EVTSEL_EVT0_MASK;
387 evtsel |= config & XSCALE_EVTSEL_EVT0_MASK;
461 evtsel |= XSCALE_EVTSEL_EVT0_MASK;
594 XSCALE_EVTSEL_EVT0_MASK);

Completed in 85 milliseconds