Searched refs:VIC_BASE_ADDR (Results 1 – 4 of 4) sorted by relevance
30 #define VIC_BASE_ADDR 0xFFFFF000 macro31 #define VICIRQStatus (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x000))32 #define VICFIQStatus (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x004))33 #define VICRawIntr (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x008))34 #define VICIntSelect (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x00C))35 #define VICIntEnable (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x010))36 #define VICIntEnClr (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x014))37 #define VICSoftInt (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x018))38 #define VICSoftIntClr (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x01C))39 #define VICProtection (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x020))[all …]
53 vect_addr = (rt_uint32_t *)(VIC_BASE_ADDR + 0x100 + i*4); in rt_hw_interrupt_init()54 vect_cntl = (rt_uint32_t *)(VIC_BASE_ADDR + 0x200 + i*4); in rt_hw_interrupt_init()
99 vect_addr = (rt_uint32_t *)(VIC_BASE_ADDR + 0x100 + (index << 2)); in rt_hw_interrupt_init()100 vect_ctl = (rt_uint32_t *)(VIC_BASE_ADDR + 0x200 + (index << 2)); in rt_hw_interrupt_init()146 rt_uint32_t* vect_ctl = (rt_uint32_t *)(VIC_BASE_ADDR + 0x200 + (vector << 2)); in rt_hw_interrupt_install()
364 #define VIC_BASE_ADDR 0xFFFFF000 macro
Completed in 13 milliseconds