#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/of.h>
#include <linux/slab.h>
#include <linux/time.h>
#include <asm/reg_a2.h>
#include <asm/irq.h>
Go to the source code of this file.
|
#define | OPB_NR_IRQS 32 |
|
#define | OPB_MLSASIER 0x04 /* MLS Accumulated Status IER */ |
|
#define | OPB_MLSIR 0x50 /* MLS Interrupt Register */ |
|
#define | OPB_MLSIER 0x54 /* MLS Interrupt Enable Register */ |
|
#define | OPB_MLSIPR 0x58 /* MLS Interrupt Polarity Register */ |
|
#define | OPB_MLSIIR 0x5c /* MLS Interrupt Inputs Register */ |
|
#define OPB_MLSASIER 0x04 /* MLS Accumulated Status IER */ |
#define OPB_MLSIER 0x54 /* MLS Interrupt Enable Register */ |
#define OPB_MLSIIR 0x5c /* MLS Interrupt Inputs Register */ |
#define OPB_MLSIPR 0x58 /* MLS Interrupt Polarity Register */ |
#define OPB_MLSIR 0x50 /* MLS Interrupt Register */ |