Home
last modified time | relevance | path

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

/u-boot/arch/nios2/cpu/
A Dinterrupts.c63 static void def_hdlr (void *arg) in def_hdlr() function
94 act->handler = def_hdlr; in irq_install_handler()
109 vecs[i].handler = def_hdlr; in interrupt_init()
131 if (act->handler != def_hdlr) { in do_irqinfo()
/u-boot/arch/microblaze/cpu/
A Dinterrupts.c44 static void def_hdlr(void) in def_hdlr() function
98 act->handler = (interrupt_handler_t *)def_hdlr; in install_interrupt_handler()
149 vecs[i].handler = (interrupt_handler_t *)def_hdlr; in interrupt_init()
203 if (act->handler != (interrupt_handler_t *)def_hdlr) { in do_irqinfo()

Completed in 3 milliseconds