Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
opb_pic.c File Reference
#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.

Data Structures

struct  opb_pic
 

Macros

#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 */
 

Functions

irqreturn_t opb_irq_handler (int irq, void *private)
 
struct opb_picopb_pic_init_one (struct device_node *dn)
 
void __init opb_pic_init (void)
 

Macro Definition Documentation

#define OPB_MLSASIER   0x04 /* MLS Accumulated Status IER */

Definition at line 24 of file opb_pic.c.

#define OPB_MLSIER   0x54 /* MLS Interrupt Enable Register */

Definition at line 26 of file opb_pic.c.

#define OPB_MLSIIR   0x5c /* MLS Interrupt Inputs Register */

Definition at line 28 of file opb_pic.c.

#define OPB_MLSIPR   0x58 /* MLS Interrupt Polarity Register */

Definition at line 27 of file opb_pic.c.

#define OPB_MLSIR   0x50 /* MLS Interrupt Register */

Definition at line 25 of file opb_pic.c.

#define OPB_NR_IRQS   32

Definition at line 22 of file opb_pic.c.

Function Documentation

irqreturn_t opb_irq_handler ( int  irq,
void private 
)

Definition at line 204 of file opb_pic.c.

void __init opb_pic_init ( void  )

Definition at line 284 of file opb_pic.c.

struct opb_pic* opb_pic_init_one ( struct device_node dn)
read

Definition at line 232 of file opb_pic.c.