Home
last modified time | relevance | path

Searched refs:IRQ_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-l7200/
Dirq.h18 #define IRQ_BASE (IO_BASE_2 + 0x1000) macro
23 #define IRQ_STATUS (*(volatile unsigned long *) (IRQ_BASE + 0x000))
24 #define IRQ_RAWSTATUS (*(volatile unsigned long *) (IRQ_BASE + 0x004))
25 #define IRQ_ENABLE (*(volatile unsigned long *) (IRQ_BASE + 0x008))
26 #define IRQ_ENABLECLEAR (*(volatile unsigned long *) (IRQ_BASE + 0x00c))
27 #define IRQ_SOFT (*(volatile unsigned long *) (IRQ_BASE + 0x010))
28 #define IRQ_SOURCESEL (*(volatile unsigned long *) (IRQ_BASE + 0x018))
33 #define FIQ_STATUS (*(volatile unsigned long *) (IRQ_BASE + 0x100))
34 #define FIQ_RAWSTATUS (*(volatile unsigned long *) (IRQ_BASE + 0x104))
35 #define FIQ_ENABLE (*(volatile unsigned long *) (IRQ_BASE + 0x108))
[all …]
/linux-2.4.37.9/drivers/atm/
Dhe.h461 #define IRQ_BASE(x) (x<<12) macro