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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dppc970-pmu.c45 #define MMCR0_PMC1SEL_SH 8 macro
388 mmcr0 |= pmcsel[pmc] << (MMCR0_PMC1SEL_SH - 7 * pmc);
411 shift = MMCR0_PMC1SEL_SH - 7 * pmc;
H A Dpower4-pmu.c48 #define MMCR0_PMC1SEL_SH 8 macro
504 mmcr0 |= psel << (MMCR0_PMC1SEL_SH - 7 * pmc);
535 mmcr[0] &= ~(0x1fUL << (MMCR0_PMC1SEL_SH - 7 * pmc));

Completed in 112 milliseconds