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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dpmu.c276 size = (pm_ctrl & CBE_PM_16BIT_CTR(phys_ctr)) ? 16 : 32;
291 pm_ctrl |= CBE_PM_16BIT_CTR(phys_ctr);
295 pm_ctrl &= ~CBE_PM_16BIT_CTR(phys_ctr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcell-pmu.h35 #define CBE_PM_16BIT_CTR(ctr) (1 << (24 - ((ctr) & (NR_PHYS_CTRS - 1)))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3-lpm.c532 return (pm_ctrl & CBE_PM_16BIT_CTR(phys_ctr)) ? 16 : 32;
554 pm_ctrl |= CBE_PM_16BIT_CTR(phys_ctr);
559 pm_ctrl &= ~CBE_PM_16BIT_CTR(phys_ctr);

Completed in 97 milliseconds