aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/family10/reset_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/agesa/family10/reset_test.h')
-rw-r--r--src/northbridge/amd/agesa/family10/reset_test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/northbridge/amd/agesa/family10/reset_test.h b/src/northbridge/amd/agesa/family10/reset_test.h
index 48634ea870..61de4d9895 100644
--- a/src/northbridge/amd/agesa/family10/reset_test.h
+++ b/src/northbridge/amd/agesa/family10/reset_test.h
@@ -23,9 +23,9 @@
#define NODE_ID 0x60
#define HT_INIT_CONTROL 0x6c
-#define HTIC_ColdR_Detect (1<<4)
-#define HTIC_BIOSR_Detect (1<<5)
-#define HTIC_INIT_Detect (1<<6)
+#define HTIC_ColdR_Detect (1 << 4)
+#define HTIC_BIOSR_Detect (1 << 5)
+#define HTIC_INIT_Detect (1 << 6)
static inline u32 warm_reset_detect(u8 nodeid)
{