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

Go to the source code of this file.

Macros

#define IRQ_IRL0   0
 
#define IRQ_IRL1   1
 
#define IRQ_IRL2   2
 
#define IRQ_IRL3   3
 
#define IRQ_INTA   4
 
#define IRQ_INTB   5
 
#define IRQ_INTC   6
 
#define IRQ_INTD   7
 
#define IRQ_SERR   12
 
#define IRQ_ERR   13
 
#define IRQ_PWR3   14
 
#define IRQ_PWR2   15
 
#define IRQ_PWR1   16
 
#define IRQ_PWR0   17
 
#define IRQ_DMTE0   18
 
#define IRQ_DMTE1   19
 
#define IRQ_DMTE2   20
 
#define IRQ_DMTE3   21
 
#define IRQ_DAERR   22
 
#define IRQ_TUNI0   32
 
#define IRQ_TUNI1   33
 
#define IRQ_TUNI2   34
 
#define IRQ_TICPI2   35
 
#define IRQ_ATI   36
 
#define IRQ_PRI   37
 
#define IRQ_CUI   38
 
#define IRQ_ERI   39
 
#define IRQ_RXI   40
 
#define IRQ_BRI   41
 
#define IRQ_TXI   42
 
#define IRQ_ITI   63
 
#define NR_INTC_IRQS   64
 
#define NR_EXT_IRQS   0
 
#define TIMER_IRQ   IRQ_TUNI0
 
#define RTC_IRQ   IRQ_CUI
 
#define NO_PRIORITY   0 /* Disabled */
 
#define TIMER_PRIORITY   2
 
#define RTC_PRIORITY   TIMER_PRIORITY
 
#define SCIF_PRIORITY   3
 
#define INTD_PRIORITY   3
 
#define IRL3_PRIORITY   4
 
#define INTC_PRIORITY   6
 
#define IRL2_PRIORITY   7
 
#define INTB_PRIORITY   9
 
#define IRL1_PRIORITY   10
 
#define INTA_PRIORITY   12
 
#define IRL0_PRIORITY   13
 
#define TOP_PRIORITY   15
 

Variables

int intc_evt_to_irq [(0xE20/0x20)+1]
 
int platform_int_priority [NR_INTC_IRQS]
 

Macro Definition Documentation

#define INTA_PRIORITY   12

Definition at line 109 of file irq.h.

#define INTB_PRIORITY   9

Definition at line 107 of file irq.h.

#define INTC_PRIORITY   6

Definition at line 105 of file irq.h.

#define INTD_PRIORITY   3

Definition at line 103 of file irq.h.

#define IRL0_PRIORITY   13

Definition at line 110 of file irq.h.

#define IRL1_PRIORITY   10

Definition at line 108 of file irq.h.

#define IRL2_PRIORITY   7

Definition at line 106 of file irq.h.

#define IRL3_PRIORITY   4

Definition at line 104 of file irq.h.

#define IRQ_ATI   36

Definition at line 61 of file irq.h.

#define IRQ_BRI   41

Definition at line 67 of file irq.h.

#define IRQ_CUI   38

Definition at line 63 of file irq.h.

#define IRQ_DAERR   22

Definition at line 54 of file irq.h.

#define IRQ_DMTE0   18

Definition at line 50 of file irq.h.

#define IRQ_DMTE1   19

Definition at line 51 of file irq.h.

#define IRQ_DMTE2   20

Definition at line 52 of file irq.h.

#define IRQ_DMTE3   21

Definition at line 53 of file irq.h.

#define IRQ_ERI   39

Definition at line 65 of file irq.h.

#define IRQ_ERR   13

Definition at line 44 of file irq.h.

#define IRQ_INTA   4

Definition at line 38 of file irq.h.

#define IRQ_INTB   5

Definition at line 39 of file irq.h.

#define IRQ_INTC   6

Definition at line 40 of file irq.h.

#define IRQ_INTD   7

Definition at line 41 of file irq.h.

#define IRQ_IRL0   0

Definition at line 33 of file irq.h.

#define IRQ_IRL1   1

Definition at line 34 of file irq.h.

#define IRQ_IRL2   2

Definition at line 35 of file irq.h.

#define IRQ_IRL3   3

Definition at line 36 of file irq.h.

#define IRQ_ITI   63

Definition at line 70 of file irq.h.

#define IRQ_PRI   37

Definition at line 62 of file irq.h.

#define IRQ_PWR0   17

Definition at line 48 of file irq.h.

#define IRQ_PWR1   16

Definition at line 47 of file irq.h.

#define IRQ_PWR2   15

Definition at line 46 of file irq.h.

#define IRQ_PWR3   14

Definition at line 45 of file irq.h.

#define IRQ_RXI   40

Definition at line 66 of file irq.h.

#define IRQ_SERR   12

Definition at line 43 of file irq.h.

#define IRQ_TICPI2   35

Definition at line 59 of file irq.h.

#define IRQ_TUNI0   32

Definition at line 56 of file irq.h.

#define IRQ_TUNI1   33

Definition at line 57 of file irq.h.

#define IRQ_TUNI2   34

Definition at line 58 of file irq.h.

#define IRQ_TXI   42

Definition at line 68 of file irq.h.

#define NO_PRIORITY   0 /* Disabled */

Definition at line 99 of file irq.h.

#define NR_EXT_IRQS   0

Definition at line 91 of file irq.h.

#define NR_INTC_IRQS   64

Definition at line 72 of file irq.h.

#define RTC_IRQ   IRQ_CUI

Definition at line 96 of file irq.h.

#define RTC_PRIORITY   TIMER_PRIORITY

Definition at line 101 of file irq.h.

#define SCIF_PRIORITY   3

Definition at line 102 of file irq.h.

#define TIMER_IRQ   IRQ_TUNI0

Definition at line 95 of file irq.h.

#define TIMER_PRIORITY   2

Definition at line 100 of file irq.h.

#define TOP_PRIORITY   15

Definition at line 111 of file irq.h.

Variable Documentation

int intc_evt_to_irq[(0xE20/0x20)+1]

Definition at line 60 of file intc-sh5.c.

int platform_int_priority[NR_INTC_IRQS]

Definition at line 90 of file setup.c.