Searched refs:EXT_INTERRUPT (Results 1 – 2 of 2) sorted by relevance
54 {.irq = EXT_INTERRUPT, .name = "EXT"},192 do_irq_async(regs, EXT_INTERRUPT); in do_ext_irq()367 irq_set_chip_and_handler(EXT_INTERRUPT, in init_ext_interrupts()369 if (request_irq(EXT_INTERRUPT, do_ext_interrupt, 0, "EXT", NULL)) in init_ext_interrupts()
5 #define EXT_INTERRUPT 0 macro