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

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_xscale.h45 #define XSCALE_PMNC_EVT1_MASK 0xff00000 macro
H A Dhwpmc_xscale.c374 pmnc &= ~XSCALE_PMNC_EVT1_MASK;
375 pmnc |= (config << 20) & XSCALE_PMNC_EVT1_MASK;
450 pmnc |= XSCALE_PMNC_EVT1_MASK;
589 xscale_pmnc_write(XSCALE_PMNC_EVT1_MASK |

Completed in 65 milliseconds