Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/include/mach-se/mach/
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-6.1.9/arch/sh/boards/mach-se/7724/
Dirq.c32 if (irq >= IRQ0_BASE && in fpga2irq()
51 set.base = IRQ0_BASE; in get_fpga_irq()
/linux-6.1.9/drivers/atm/
Dhe.h410 #define IRQ0_BASE 0x80080 macro
Dhe.c930 he_writel(he_dev, he_dev->irq_phys, IRQ0_BASE); in he_init_irq()
2029 ((he_readl(he_dev, IRQ0_BASE) & IRQ_MASK) << 2)); in he_irq_handler()