Searched refs:VR4181_SYS_IRQ_BASE (Results 1 – 3 of 3) sorted by relevance
31 #define VR4181_SYS_IRQ_BASE (VR4181_CPU_IRQ_BASE + VR4181_NUM_CPU_IRQ) macro32 #define VR4181_GPIO_IRQ_BASE (VR4181_SYS_IRQ_BASE + VR4181_NUM_SYS_IRQ)66 #define VR4181_IRQ_BATTERY (VR4181_SYS_IRQ_BASE + 0)67 #define VR4181_IRQ_POWER (VR4181_SYS_IRQ_BASE + 1)68 #define VR4181_IRQ_RTCL1 (VR4181_SYS_IRQ_BASE + 2)69 #define VR4181_IRQ_ETIMER (VR4181_SYS_IRQ_BASE + 3)70 #define VR4181_IRQ_RFU12 (VR4181_SYS_IRQ_BASE + 4)71 #define VR4181_IRQ_PIU (VR4181_SYS_IRQ_BASE + 5)72 #define VR4181_IRQ_AIU (VR4181_SYS_IRQ_BASE + 6)73 #define VR4181_IRQ_KIU (VR4181_SYS_IRQ_BASE + 7)[all …]
141 li a0, VR4181_SYS_IRQ_BASE - 1150 li a0, VR4181_SYS_IRQ_BASE + 16 - 1
199 sys_irq_base = VR4181_SYS_IRQ_BASE; in init_IRQ()