We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aa824 commit abbe212Copy full SHA for abbe212
hw/opentitan/ot_pwrmgr.c
@@ -89,7 +89,7 @@ REG32(ESCALATE_RESET_STATUS, 0x34u)
89
REG32(WAKE_INFO_CAPTURE_DIS, 0x38u)
90
FIELD(WAKE_INFO_CAPTURE_DIS, VAL, 0u, 1u)
91
REG32(WAKE_INFO, 0x3cu)
92
- FIELD(WAKE_INFO, REASONS, 0u, 5u)
+ FIELD(WAKE_INFO, REASONS, 0u, 6u)
93
FIELD(WAKE_INFO, FALL_THROUGH, 6u, 1u)
94
FIELD(WAKE_INFO, ABORT, 7u, 1u)
95
REG32(FAULT_STATUS, 0x40u)
0 commit comments