Searched refs:VICVectAddr (Results 1 – 6 of 6) sorted by relevance
90 VICVectAddr = 0; in rt_hw_interrupt_init()168 irq = (struct rt_irq_desc*) VICVectAddr; in rt_hw_trap_irq()
23 #define VICVectAddr (*((volatile unsigned long *) 0xFFFFF030)) macro
44 VICVectAddr = 0; in rt_hw_interrupt_init()
131 irq = (struct rt_irq_desc*) VICVectAddr; in rt_hw_trap_irq()
14 #define VICVectAddr (0xFFFFF000 + 0xF00) macro114 ldr r1, =VICVectAddr
110 #define VICVectAddr (*(volatile unsigned long *)(VIC_BASE_ADDR + 0xF00)) macro
Completed in 13 milliseconds