diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cpu/power/spr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/cpu/power/spr.h b/src/include/cpu/power/spr.h index f22a6cab3d..3b229f73a3 100644 --- a/src/include/cpu/power/spr.h +++ b/src/include/cpu/power/spr.h @@ -9,6 +9,9 @@ #define SPR_PVR_REV_MASK (PPC_BITMASK(52, 55) | PPC_BITMASK(60, 63)) #define SPR_PVR_REV(maj, min) (PPC_SHIFT((maj), 55) | PPC_SHIFT((min), 63)) +#define SPR_HSPRG0 0x130 +#define SPR_HSPRG1 0x131 + #define SPR_HRMOR 0x139 #define SPR_HMER 0x150 |