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

Go to the source code of this file.

Macros

#define EXCEPTION_VECTOR_BASE_ADDR   0xa0000000
 
#define VECTOR_ADDRESS_OFFSET_MODE4   0
 
#define VECTOR_ADDRESS_OFFSET_MODE16   1
 
#define DEBUG_VECTOR_SIZE   (0x4)
 
#define DEBUG_VECTOR_BASE_ADDR   ((EXCEPTION_VECTOR_BASE_ADDR) + 0x1fc)
 
#define GENERAL_VECTOR_SIZE   (0x10)
 
#define GENERAL_VECTOR_BASE_ADDR   ((EXCEPTION_VECTOR_BASE_ADDR) + 0x200)
 
#define NR_IRQS   64
 
#define IRQ_VECTOR_SIZE   (0x10)
 
#define IRQ_VECTOR_BASE_ADDR   ((EXCEPTION_VECTOR_BASE_ADDR) + 0x210)
 
#define IRQ_VECTOR_END_ADDR   ((EXCEPTION_VECTOR_BASE_ADDR) + 0x5f0)
 
#define irq_canonicalize(irq)   (irq)
 
#define IRQ_TIMER   (7) /* Timer IRQ number of SPCT6600 */
 

Functions

void interrupt_exception_vector (void)
 

Macro Definition Documentation

#define DEBUG_VECTOR_BASE_ADDR   ((EXCEPTION_VECTOR_BASE_ADDR) + 0x1fc)

Definition at line 9 of file irq.h.

#define DEBUG_VECTOR_SIZE   (0x4)

Definition at line 8 of file irq.h.

#define EXCEPTION_VECTOR_BASE_ADDR   0xa0000000

Definition at line 4 of file irq.h.

#define GENERAL_VECTOR_BASE_ADDR   ((EXCEPTION_VECTOR_BASE_ADDR) + 0x200)

Definition at line 12 of file irq.h.

#define GENERAL_VECTOR_SIZE   (0x10)

Definition at line 11 of file irq.h.

#define irq_canonicalize (   irq)    (irq)

Definition at line 19 of file irq.h.

#define IRQ_TIMER   (7) /* Timer IRQ number of SPCT6600 */

Definition at line 21 of file irq.h.

#define IRQ_VECTOR_BASE_ADDR   ((EXCEPTION_VECTOR_BASE_ADDR) + 0x210)

Definition at line 16 of file irq.h.

#define IRQ_VECTOR_END_ADDR   ((EXCEPTION_VECTOR_BASE_ADDR) + 0x5f0)

Definition at line 17 of file irq.h.

#define IRQ_VECTOR_SIZE   (0x10)

Definition at line 15 of file irq.h.

#define NR_IRQS   64

Definition at line 14 of file irq.h.

#define VECTOR_ADDRESS_OFFSET_MODE16   1

Definition at line 6 of file irq.h.

#define VECTOR_ADDRESS_OFFSET_MODE4   0

Definition at line 5 of file irq.h.

Function Documentation

void interrupt_exception_vector ( void  )