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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpower6-pmu.c25 #define PM_UNIT_MSKS (PM_UNIT_MSK << PM_UNIT_SH) macro
287 mask |= PM_UNIT_MSKS << sh;
288 value |= (unsigned long)(event & PM_UNIT_MSKS) << sh;
289 if ((event & PM_UNIT_MSKS) == (5 << PM_UNIT_SH)) {

Completed in 82 milliseconds