altivec_idle      256 arch/powerpc/kernel/sysfs.c 	u32 altivec_idle;
altivec_idle      258 arch/powerpc/kernel/sysfs.c 	altivec_idle = mfspr(SPRN_PWRMGTCR0);
altivec_idle      261 arch/powerpc/kernel/sysfs.c 		altivec_idle |= PWRMGTCR0_AV_IDLE_PD_EN;
altivec_idle      263 arch/powerpc/kernel/sysfs.c 		altivec_idle &= ~PWRMGTCR0_AV_IDLE_PD_EN;
altivec_idle      265 arch/powerpc/kernel/sysfs.c 	mtspr(SPRN_PWRMGTCR0, altivec_idle);
altivec_idle      321 arch/powerpc/kernel/sysfs.c 	u32 altivec_idle;
altivec_idle      323 arch/powerpc/kernel/sysfs.c 	altivec_idle = mfspr(SPRN_PWRMGTCR0);
altivec_idle      327 arch/powerpc/kernel/sysfs.c 	altivec_idle &= ~PWRMGTCR0_AV_IDLE_CNT;
altivec_idle      330 arch/powerpc/kernel/sysfs.c 	altivec_idle |= ((MAX_BIT - *value) << PWRMGTCR0_AV_IDLE_CNT_SHIFT);
altivec_idle      332 arch/powerpc/kernel/sysfs.c 	mtspr(SPRN_PWRMGTCR0, altivec_idle);
altivec_idle      367 arch/powerpc/kernel/sysfs.c static DEVICE_ATTR(altivec_idle, 0600, show_altivec_idle, store_altivec_idle);