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