Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | MSM_IRQ_BIT(irq) (1 << ((irq) & 31)) |
#define | NR_IRQS (NR_MSM_IRQS + NR_GPIO_IRQS + NR_BOARD_IRQS) |
#define | MSM_GPIO_TO_INT(n) (NR_MSM_IRQS + (n)) |
#define | MSM_INT_TO_REG(base, irq) (base + irq / 32) |
#define MSM_GPIO_TO_INT | ( | n | ) | (NR_MSM_IRQS + (n)) |
#define NR_IRQS (NR_MSM_IRQS + NR_GPIO_IRQS + NR_BOARD_IRQS) |