summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/arm32/arm-mpcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-uniphier/arm32/arm-mpcore.h')
-rw-r--r--arch/arm/mach-uniphier/arm32/arm-mpcore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/arm32/arm-mpcore.h b/arch/arm/mach-uniphier/arm32/arm-mpcore.h
index cf7cd46..1a85664 100644
--- a/arch/arm/mach-uniphier/arm32/arm-mpcore.h
+++ b/arch/arm/mach-uniphier/arm32/arm-mpcore.h
@@ -12,6 +12,9 @@
/* SCU Control Register */
#define SCU_CTRL 0x00
+#define SCU_ENABLE (1 << 0)
+#define SCU_STANDBY_ENABLE (1 << 5)
+
/* SCU Configuration Register */
#define SCU_CONF 0x04
/* SCU CPU Power Status Register */