Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_cpu.h464 #define BCM_6338_TIMER_IRQ (IRQ_INTERNAL_BASE + 0)
465 #define BCM_6338_SPI_IRQ (IRQ_INTERNAL_BASE + 1)
466 #define BCM_6338_UART0_IRQ (IRQ_INTERNAL_BASE + 2)
467 #define BCM_6338_DG_IRQ (IRQ_INTERNAL_BASE + 4)
468 #define BCM_6338_DSL_IRQ (IRQ_INTERNAL_BASE + 5)
469 #define BCM_6338_ATM_IRQ (IRQ_INTERNAL_BASE + 6)
470 #define BCM_6338_UDC0_IRQ (IRQ_INTERNAL_BASE + 7)
471 #define BCM_6338_ENET0_IRQ (IRQ_INTERNAL_BASE + 8)
472 #define BCM_6338_ENET_PHY_IRQ (IRQ_INTERNAL_BASE + 9)
473 #define BCM_6338_SDRAM_IRQ (IRQ_INTERNAL_BASE + 10)
[all …]
Dbcm63xx_irq.h7 #define IRQ_INTERNAL_BASE 8 macro
/linux-2.6.39/arch/mips/bcm63xx/
Dirq.c44 do_IRQ(to_call + IRQ_INTERNAL_BASE); in bcm63xx_irq_dispatch_internal()
81 unsigned int irq = d->irq - IRQ_INTERNAL_BASE; in bcm63xx_internal_irq_mask()
91 unsigned int irq = d->irq - IRQ_INTERNAL_BASE; in bcm63xx_internal_irq_unmask()
232 for (i = IRQ_INTERNAL_BASE; i < NR_IRQS; ++i) in arch_init_irq()