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