Searched refs:EXT_INTERRUPT (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dirq.h5 #define EXT_INTERRUPT 0 macro
/linux-master/arch/s390/kernel/
H A Dirq.c54 {.irq = EXT_INTERRUPT, .name = "EXT"},
192 do_irq_async(regs, EXT_INTERRUPT);
367 irq_set_chip_and_handler(EXT_INTERRUPT,
369 if (request_irq(EXT_INTERRUPT, do_ext_interrupt, 0, "EXT", NULL))

Completed in 117 milliseconds