Home
last modified time | relevance | path

Searched refs:EXT_INTERRUPT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dirq.c52 {.irq = EXT_INTERRUPT, .name = "EXT"},
296 irq_set_chip_and_handler(EXT_INTERRUPT, in init_ext_interrupts()
298 if (request_irq(EXT_INTERRUPT, do_ext_interrupt, 0, "EXT", NULL)) in init_ext_interrupts()
H A Dentry.S989 lghi %r3,EXT_INTERRUPT
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dirq.h5 #define EXT_INTERRUPT 0 macro