Lines Matching +full:irq +full:- +full:start
13 #include <linux/irq.h>
23 .irq = _irq, \
45 .start = 0x1c081ffc,
52 .name = "rtc-ds1216",
59 .start = 0x18000000,
64 .start = 0x18010000,
69 .start = 0x1ff00000,
74 .start = 22,
91 .start = 0x19000000,
96 .start = 19,
110 .start = 0x1c070000,
115 .start = 20,
121 #include <linux/platform_data/serial-sccnxp.h>
173 " addiu %1, -1 \n" in a20r_update_cause_ip()
186 set_c0_status(0x100 << (d->irq - SNI_A20R_IRQ_BASE)); in unmask_a20r_irq()
192 clear_c0_status(0x100 << (d->irq - SNI_A20R_IRQ_BASE)); in mask_a20r_irq()
208 int irq; in a20r_hwint() local
214 irq = ffs(((cause & status) >> 8) & 0xf8); in a20r_hwint()
215 if (likely(irq > 0)) in a20r_hwint()
216 do_IRQ(SNI_A20R_IRQ_BASE + irq - 1); in a20r_hwint()