Searched refs:PM_PMCSEL_MSK (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpower7-pmu.c30 #define PM_PMCSEL_MSK 0xff macro
130 psel = event & PM_PMCSEL_MSK;
200 psel = event & PM_PMCSEL_MSK & ~1; /* trim off edge/level bit */
252 psel = event[i] & PM_PMCSEL_MSK;
H A Dpower5-pmu.c30 #define PM_PMCSEL_MSK 0x7f macro
261 pp = event & PM_PMCSEL_MSK;
264 return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) |
348 psel = event & PM_PMCSEL_MSK;
495 psel = event[i] & PM_PMCSEL_MSK;
H A Dmpc7450-pmu.c27 #define PM_PMCSEL_MSK 0x7f macro
51 event &= PM_PMCSEL_MSK;
86 sel = event & PM_PMCSEL_MSK;
H A Dppc970-pmu.c27 #define PM_PMCSEL_MSK 0xf macro
153 psel = event & PM_PMCSEL_MSK;
353 psel = event[i] & PM_PMCSEL_MSK;
H A Dpower4-pmu.c29 #define PM_PMCSEL_MSK 7 macro
224 psel = event & PM_PMCSEL_MSK;
314 if (pmc && (event & PM_PMCSEL_MSK) == 6 && byte == 2)
474 psel = event[i] & PM_PMCSEL_MSK;
H A Dpower6-pmu.c33 #define PM_PMCSEL_MSK 0xff /* PMCxSEL value */ macro
146 psel = (event & PM_PMCSEL_MSK) >> 1; /* drop edge/level bit */
212 psel = ev & PM_PMCSEL_MSK;
388 psel = event & (PM_PMCSEL_MSK & ~1); /* ignore edge bit */
H A Dpower5+-pmu.c30 #define PM_PMCSEL_MSK 0x7f macro
253 pp = event & PM_PMCSEL_MSK;
256 return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) |
412 psel = event & PM_PMCSEL_MSK;
555 psel = event[i] & PM_PMCSEL_MSK;

Completed in 123 milliseconds