Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/
H A Dintc-shx3.c18 return __raw_readl(INTACK) & 1 ? irq : NO_IRQ_IGNORE; in irq_lookup()
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dirq.h25 #define NO_IRQ_IGNORE ((unsigned int)-1) macro
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dirq.c193 if (irq != NO_IRQ_IGNORE) { in do_IRQ()