Searched refs:cascade (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-shark/
H A Dirq.h20 * Let through the cascade-interrupt no. 2 (ff-(1<<2)==fb)
79 static struct irqaction cascade; variable in typeref:struct:irqaction
116 cascade.handler = bogus_int;
117 cascade.flags = 0;
118 cascade.mask = 0;
119 cascade.name = "cascade";
120 cascade.next = NULL;
121 cascade.dev_id = NULL;
122 setup_arm_irq(2,&cascade);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-shark/
H A Dirq.h20 * Let through the cascade-interrupt no. 2 (ff-(1<<2)==fb)
79 static struct irqaction cascade; variable in typeref:struct:irqaction
116 cascade.handler = bogus_int;
117 cascade.flags = 0;
118 cascade.mask = 0;
119 cascade.name = "cascade";
120 cascade.next = NULL;
121 cascade.dev_id = NULL;
122 setup_arm_irq(2,&cascade);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr4181/common/
H A Dirq.c183 static struct irqaction cascade = variable in typeref:struct:irqaction
184 { no_action, SA_INTERRUPT, 0, "cascade", NULL, NULL };
186 { no_action, SA_INTERRUPT, 0, "cascade", NULL, NULL };
229 setup_irq(VR4181_IRQ_INT0, &cascade);
230 setup_irq(VR4181_IRQ_GIU, &cascade);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dirq_i8259.c100 static struct irqaction cascade = { local
102 name: "cascade",
115 setup_irq(2, &cascade);
175 pic &= 0xFFFB; /* mask out cascade & hibits */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/common/
H A Dgiu.c184 static struct irqaction giu_cascade = {no_action, 0, 0, "cascade", NULL, NULL};
219 struct vr41xx_giuint_cascade *cascade; local
224 cascade = &giuint_cascade[pin];
226 if (cascade->flag == GIUINT_CASCADE) {
227 cascade_irq = cascade->get_irq_number(giuint_irq);
266 printk("GIUINT: Can not cascade IRQ %d.\n", GIUINT_CASCADE_IRQ);

Completed in 142 milliseconds