Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-ixp2000/include/mach/
Dixp2000-regs.h145 #define IXP2000_INTCTL_REG(x) (volatile unsigned long*)(IXP2000_INTCTL_VIRT_BASE | (x)) macro
146 #define IXP2000_IRQ_STATUS IXP2000_INTCTL_REG(0x08)
147 #define IXP2000_IRQ_ENABLE IXP2000_INTCTL_REG(0x10)
148 #define IXP2000_IRQ_ENABLE_SET IXP2000_INTCTL_REG(0x10)
149 #define IXP2000_IRQ_ENABLE_CLR IXP2000_INTCTL_REG(0x18)
150 #define IXP2000_FIQ_ENABLE_CLR IXP2000_INTCTL_REG(0x14)
151 #define IXP2000_IRQ_ERR_STATUS IXP2000_INTCTL_REG(0x24)
152 #define IXP2000_IRQ_ERR_ENABLE_SET IXP2000_INTCTL_REG(0x2c)
153 #define IXP2000_FIQ_ERR_ENABLE_CLR IXP2000_INTCTL_REG(0x30)
154 #define IXP2000_IRQ_ERR_ENABLE_CLR IXP2000_INTCTL_REG(0x34)
[all …]