|
XINU
|

Go to the source code of this file.
Data Structures | |
| struct | intc_bank |
| struct | intc_csreg |
Macros | |
| #define | INTC_CONTROL_NEWIRQAGR 0x00000001 |
| #define | INTC_SIR_IRQ_MASK 0x0000007F |
| #define | INTC_SYSCONFIG_SOFTRESET 0x00000002 |
| #define | INTC_SYSSTATUS_RESETDONE 0x00000001 |
Variables | |
| uint16 | girmask |
| #define INTC_CONTROL_NEWIRQAGR 0x00000001 |
Definition at line 43 of file interrupt.h.
Referenced by irq_dispatch().
| #define INTC_SIR_IRQ_MASK 0x0000007F |
Definition at line 41 of file interrupt.h.
| #define INTC_SYSCONFIG_SOFTRESET 0x00000002 |
Definition at line 38 of file interrupt.h.
Referenced by initintc().
| #define INTC_SYSSTATUS_RESETDONE 0x00000001 |
Definition at line 39 of file interrupt.h.
Referenced by initintc().
| uint16 girmask |
1.8.13