pw20_state        134 arch/powerpc/kernel/sysfs.c 	u32 pw20_state;
pw20_state        136 arch/powerpc/kernel/sysfs.c 	pw20_state = mfspr(SPRN_PWRMGTCR0);
pw20_state        139 arch/powerpc/kernel/sysfs.c 		pw20_state |= PWRMGTCR0_PW20_WAIT;
pw20_state        141 arch/powerpc/kernel/sysfs.c 		pw20_state &= ~PWRMGTCR0_PW20_WAIT;
pw20_state        143 arch/powerpc/kernel/sysfs.c 	mtspr(SPRN_PWRMGTCR0, pw20_state);
pw20_state        366 arch/powerpc/kernel/sysfs.c static DEVICE_ATTR(pw20_state, 0600, show_pw20_state, store_pw20_state);