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 EIM_IRQ_BASE   NR_INTERNAL_IRQS
 
#define NR_EIM_IRQS   32
 
#define AT32_EXTINT(n)   (EIM_IRQ_BASE + (n))
 
#define GPIO_IRQ_BASE   (EIM_IRQ_BASE + NR_EIM_IRQS)
 
#define NR_GPIO_CTLR   (5 /*internal*/ + 1 /*external*/)
 
#define NR_GPIO_IRQS   (NR_GPIO_CTLR * 32)
 
#define NR_IRQS   (GPIO_IRQ_BASE + NR_GPIO_IRQS)
 

Macro Definition Documentation

#define AT32_EXTINT (   n)    (EIM_IRQ_BASE + (n))

Definition at line 6 of file irq.h.

#define EIM_IRQ_BASE   NR_INTERNAL_IRQS

Definition at line 4 of file irq.h.

#define GPIO_IRQ_BASE   (EIM_IRQ_BASE + NR_EIM_IRQS)

Definition at line 8 of file irq.h.

#define NR_EIM_IRQS   32

Definition at line 5 of file irq.h.

#define NR_GPIO_CTLR   (5 /*internal*/ + 1 /*external*/)

Definition at line 9 of file irq.h.

#define NR_GPIO_IRQS   (NR_GPIO_CTLR * 32)

Definition at line 10 of file irq.h.

#define NR_IRQS   (GPIO_IRQ_BASE + NR_GPIO_IRQS)

Definition at line 12 of file irq.h.