Home
last modified time | relevance | path

Searched defs:irq_action (Results 1 – 4 of 4) sorted by relevance

/u-boot/arch/microblaze/include/asm/
A Dmicroblaze_intc.h21 struct irq_action { struct
22 interrupt_handler_t *handler; /* pointer to interrupt rutine */
23 void *arg;
24 int count; /* number of interrupt */
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dinterrupts.c19 struct irq_action { struct
20 interrupt_handler_t *handler;
21 void *arg;
22 ulong count;
/u-boot/arch/x86/lib/
A Dinterrupts.c39 struct irq_action { struct
45 static struct irq_action irq_handlers[SYS_NUM_IRQS] = { {0} }; argument
/u-boot/arch/nios2/cpu/
A Dinterrupts.c19 struct irq_action { struct
25 static struct irq_action vecs[32]; argument

Completed in 6 milliseconds