Home
last modified time | relevance | path

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

/platform/bcm28xx/include/platform/
A Dbcm28xx.h102 #define ARM_IRQ2_BASE 32 macro
103 #define INTERRUPT_HOSTPORT (ARM_IRQ2_BASE + 0)
104 #define INTERRUPT_VIDEOSCALER (ARM_IRQ2_BASE + 1)
105 #define INTERRUPT_CCP2TX (ARM_IRQ2_BASE + 2)
106 #define INTERRUPT_SDC (ARM_IRQ2_BASE + 3)
107 #define INTERRUPT_DSI0 (ARM_IRQ2_BASE + 4)
108 #define INTERRUPT_AVE (ARM_IRQ2_BASE + 5)
109 #define INTERRUPT_CAM0 (ARM_IRQ2_BASE + 6)
110 #define INTERRUPT_CAM1 (ARM_IRQ2_BASE + 7)
111 #define INTERRUPT_HDMI0 (ARM_IRQ2_BASE + 8)
[all …]
/platform/bcm28xx/
A Dintc.c102 else if (vector >= ARM_IRQ2_BASE) in mask_interrupt()
134 else if (vector >= ARM_IRQ2_BASE) in unmask_interrupt()
207 vector = ARM_IRQ2_BASE + ctz(pend); in platform_irq()

Completed in 6 milliseconds