Searched defs:irq_type (Results 1 - 3 of 3) sorted by relevance

/arch/arm/mach-ixp23xx/
H A Dcore.c118 enum ixp23xx_irq_type irq_type; local
130 irq_type = IXP23XX_IRQ_EDGE;
134 irq_type = IXP23XX_IRQ_EDGE;
138 irq_type = IXP23XX_IRQ_EDGE;
142 irq_type = IXP23XX_IRQ_LEVEL;
146 irq_type = IXP23XX_IRQ_LEVEL;
152 ixp23xx_config_irq(d->irq, irq_type);
/arch/arm/mach-ixp4xx/
H A Dcommon.c137 enum ixp4xx_irq_type irq_type; local
149 irq_type = IXP4XX_IRQ_EDGE;
153 irq_type = IXP4XX_IRQ_EDGE;
157 irq_type = IXP4XX_IRQ_EDGE;
161 irq_type = IXP4XX_IRQ_LEVEL;
165 irq_type = IXP4XX_IRQ_LEVEL;
171 if (irq_type == IXP4XX_IRQ_EDGE)
/arch/ia64/kernel/
H A Diosapic.c557 struct irq_chip *chip, *irq_type; local
602 irq_type = iosapic_get_irq_chip(trigger);
605 if (irq_type != NULL && chip != irq_type) {
610 chip->name, irq_type->name);
611 chip = irq_type;

Completed in 115 milliseconds