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] - Rev 2

Compare with Previous | Blame | View Log

 
extern struct irqmp *irqmp_base;
 
 
struct irqmp {
    volatile unsigned int irqlevel;		/* 0x00 */
    volatile unsigned int irqpend;		/* 0x04 */
    volatile unsigned int irqforce;		/* 0x08 */
    volatile unsigned int irqclear;		/* 0x0C */
    volatile unsigned int mpstatus;		/* 0x10 */
    volatile unsigned int dummy[11];		/* 0x14 - 0x3C */
    volatile unsigned int irqmask;		/* 0x40 */
};
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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