Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
irq.h File Reference

Go to the source code of this file.

Macros

#define IRQ_EMU   0 /* Emulation */
 
#define IRQ_RST   1 /* reset */
 
#define IRQ_NMI   2 /* Non Maskable */
 
#define IRQ_EVX   3 /* Exception */
 
#define IRQ_UNUSED   4 /* - unused interrupt */
 
#define IRQ_HWERR   5 /* Hardware Error */
 
#define IRQ_CORETMR   6 /* Core timer */
 
#define BFIN_IRQ(x)   ((x) + 7)
 
#define IVG7   7
 
#define IVG8   8
 
#define IVG9   9
 
#define IVG10   10
 
#define IVG11   11
 
#define IVG12   12
 
#define IVG13   13
 
#define IVG14   14
 
#define IVG15   15
 
#define NR_IRQS   (NR_MACH_IRQS + NR_SPARE_IRQS)
 

Macro Definition Documentation

#define BFIN_IRQ (   x)    ((x) + 7)

Definition at line 43 of file irq.h.

#define IRQ_CORETMR   6 /* Core timer */

Definition at line 41 of file irq.h.

#define IRQ_EMU   0 /* Emulation */

Definition at line 35 of file irq.h.

#define IRQ_EVX   3 /* Exception */

Definition at line 38 of file irq.h.

#define IRQ_HWERR   5 /* Hardware Error */

Definition at line 40 of file irq.h.

#define IRQ_NMI   2 /* Non Maskable */

Definition at line 37 of file irq.h.

#define IRQ_RST   1 /* reset */

Definition at line 36 of file irq.h.

#define IRQ_UNUSED   4 /* - unused interrupt */

Definition at line 39 of file irq.h.

#define IVG10   10

Definition at line 48 of file irq.h.

#define IVG11   11

Definition at line 49 of file irq.h.

#define IVG12   12

Definition at line 50 of file irq.h.

#define IVG13   13

Definition at line 51 of file irq.h.

#define IVG14   14

Definition at line 52 of file irq.h.

#define IVG15   15

Definition at line 53 of file irq.h.

#define IVG7   7

Definition at line 45 of file irq.h.

#define IVG8   8

Definition at line 46 of file irq.h.

#define IVG9   9

Definition at line 47 of file irq.h.

#define NR_IRQS   (NR_MACH_IRQS + NR_SPARE_IRQS)

Definition at line 55 of file irq.h.