Searched refs:rt_hw_interrupt_handler (Results 1 – 10 of 10) sorted by relevance
31 static void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function46 irq_desc[index].handler = (rt_isr_handler_t)rt_hw_interrupt_handler; in rt_hw_interrupt_init()52 AT91C_BASE_AIC->AIC_SVR[index] = (rt_uint32_t)rt_hw_interrupt_handler; in rt_hw_interrupt_init()
26 void rt_hw_interrupt_handler(int vector) in rt_hw_interrupt_handler() function40 AT91C_AIC_SVR(index) = (rt_uint32_t)rt_hw_interrupt_handler; in rt_hw_interrupt_init()
42 static void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function58 isr_table[idx].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init()193 if (isr_table[index].handler != rt_hw_interrupt_handler) in list_irqs()
31 void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function51 irq_desc[i].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init()
34 void rt_hw_interrupt_handler(int vector) in rt_hw_interrupt_handler() function54 CfgPtr->HandlerTable[index].Handler = (XInterruptHandler)rt_hw_interrupt_handler; in rt_hw_interrupt_init()
29 rt_isr_handler_t rt_hw_interrupt_handler(rt_uint32_t vector, void* param) in rt_hw_interrupt_handler() function126 isr_table [vector].handler = (rt_isr_handler_t)rt_hw_interrupt_handler; in rt_hw_interrupt_init()
75 void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function97 irq_desc[index].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init()
41 static void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function63 irq_handle_table[idx].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init()
44 static void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function79 irq_handle_table[idx].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init()
45 static void rt_hw_interrupt_handler(int vector, void *param) in rt_hw_interrupt_handler() function60 isr_table[idx].handler = rt_hw_interrupt_handler; in rt_hw_interrupt_init()