Home
last modified time | relevance | path

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

/platform/bcm28xx/include/platform/
A Dbcm28xx.h137 #define ARM_IRQ0_BASE 64 macro
138 #define INTERRUPT_ARM_TIMER (ARM_IRQ0_BASE + 0)
139 #define INTERRUPT_ARM_MAILBOX (ARM_IRQ0_BASE + 1)
140 #define INTERRUPT_ARM_DOORBELL_0 (ARM_IRQ0_BASE + 2)
141 #define INTERRUPT_ARM_DOORBELL_1 (ARM_IRQ0_BASE + 3)
142 #define INTERRUPT_VPU0_HALTED (ARM_IRQ0_BASE + 4)
143 #define INTERRUPT_VPU1_HALTED (ARM_IRQ0_BASE + 5)
144 #define INTERRUPT_ILLEGAL_TYPE0 (ARM_IRQ0_BASE + 6)
145 #define INTERRUPT_ILLEGAL_TYPE1 (ARM_IRQ0_BASE + 7)
146 #define INTERRUPT_PENDING1 (ARM_IRQ0_BASE + 8)
[all …]
/platform/bcm28xx/
A Dintc.c98 } else if (/* vector >= ARM_IRQ1_BASE && */ vector < (ARM_IRQ0_BASE + 32)) { in mask_interrupt()
100 if (vector >= ARM_IRQ0_BASE) in mask_interrupt()
130 } else if (/* vector >= ARM_IRQ1_BASE && */ vector < (ARM_IRQ0_BASE + 32)) { in unmask_interrupt()
132 if (vector >= ARM_IRQ0_BASE) in unmask_interrupt()
188 vector = ARM_IRQ0_BASE + ctz(pend); in platform_irq()

Completed in 5 milliseconds