Home
last modified time | relevance | path

Searched refs:IRQ0_BASE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sh/include/mach-se/mach/
H A Dse7724.h43 #define IRQ0_BASE SE7724_FPGA_IRQ_BASE macro
44 #define IRQ0_KEY (IRQ0_BASE + 12)
45 #define IRQ0_RMII (IRQ0_BASE + 13)
46 #define IRQ0_SMC (IRQ0_BASE + 14)
61 #define SE7724_FPGA_IRQ_NR (IRQ2_END - IRQ0_BASE)
/linux/arch/sh/boards/mach-se/7724/
H A Dirq.c32 if (irq >= IRQ0_BASE && in fpga2irq()
51 set.base = IRQ0_BASE; in get_fpga_irq()