|
@@ -23,11 +23,13 @@
|
|
#define STATUS_E2_BIT 2 /* Int 2 enable */
|
|
#define STATUS_E2_BIT 2 /* Int 2 enable */
|
|
#define STATUS_A1_BIT 3 /* Int 1 active */
|
|
#define STATUS_A1_BIT 3 /* Int 1 active */
|
|
#define STATUS_A2_BIT 4 /* Int 2 active */
|
|
#define STATUS_A2_BIT 4 /* Int 2 active */
|
|
|
|
+#define STATUS_AE_BIT 5 /* Exception active */
|
|
|
|
|
|
#define STATUS_E1_MASK (1<<STATUS_E1_BIT)
|
|
#define STATUS_E1_MASK (1<<STATUS_E1_BIT)
|
|
#define STATUS_E2_MASK (1<<STATUS_E2_BIT)
|
|
#define STATUS_E2_MASK (1<<STATUS_E2_BIT)
|
|
#define STATUS_A1_MASK (1<<STATUS_A1_BIT)
|
|
#define STATUS_A1_MASK (1<<STATUS_A1_BIT)
|
|
#define STATUS_A2_MASK (1<<STATUS_A2_BIT)
|
|
#define STATUS_A2_MASK (1<<STATUS_A2_BIT)
|
|
|
|
+#define STATUS_AE_MASK (1<<STATUS_AE_BIT)
|
|
#define STATUS_IE_MASK (STATUS_E1_MASK | STATUS_E2_MASK)
|
|
#define STATUS_IE_MASK (STATUS_E1_MASK | STATUS_E2_MASK)
|
|
|
|
|
|
/* Other Interrupt Handling related Aux regs */
|
|
/* Other Interrupt Handling related Aux regs */
|