Home
last modified time | relevance | path

Searched refs:SPR_MMCR0_PMC1SEL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_ppc970.c308 SPR_MMCR0_PMC1SEL(0x8) | SPR_MMCR0_PMC2SEL(0x8)); in ppc970_pcpu_init()
/freebsd/sys/powerpc/include/
H A Dspr.h421 #define SPR_MMCR0_PMC1SEL(x) ((x) << 8) /* PMC1 selector (970) */
416 #define SPR_MMCR0_PMC1SEL( global() macro
/freebsd/sys/powerpc/powerpc/
H A Dcpu.c419 mtspr(SPR_MMCR0, SPR_MMCR0_PMC1SEL(PMC970N_CYCLES)); in cpu_est_clockrate()