diff options
Diffstat (limited to 'include/fsp.h')
-rw-r--r-- | include/fsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsp.h b/include/fsp.h index ec25384d..b48f4e1c 100644 --- a/include/fsp.h +++ b/include/fsp.h @@ -104,6 +104,7 @@ #define FSP_DISR_CLR_REG 0x0C /* Bit masks for DISR */ +#define FSP_DISR_FSP_UNIT_CHECK PPC_BIT32(16) #define FSP_DISR_FSP_RR_COMPLETE PPC_BIT32(22) #define FSP_DISR_RUNTIME_STATE_SYNCD PPC_BIT32(24) #define FSP_DISR_DBG_IN_PROGRESS PPC_BIT32(25) |