OpenCores
URL https://opencores.org/ocsvn/mips_enhanced/mips_enhanced/trunk

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [software/] [leon3/] [irqmp.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
 
2
extern struct irqmp *irqmp_base;
3
 
4
 
5
struct irqmp {
6
    volatile unsigned int irqlevel;             /* 0x00 */
7
    volatile unsigned int irqpend;              /* 0x04 */
8
    volatile unsigned int irqforce;             /* 0x08 */
9
    volatile unsigned int irqclear;             /* 0x0C */
10
    volatile unsigned int mpstatus;             /* 0x10 */
11
    volatile unsigned int dummy[11];            /* 0x14 - 0x3C */
12
    volatile unsigned int irqmask;              /* 0x40 */
13
};
14
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.