irq_edge           70 arch/microblaze/include/asm/cpuinfo.h 	u32 irq_edge;
irq_edge          104 arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c 	CI(irq_edge, INTERRUPT_IS_EDGE);
irq_edge          107 arch/microblaze/kernel/cpu/cpuinfo-static.c 	ci->irq_edge = fcpu(cpu, "xlnx,interrupt-is-edge");
irq_edge           59 drivers/gpio/gpio-ixp4xx.c 	unsigned long long irq_edge;
irq_edge           76 drivers/gpio/gpio-ixp4xx.c 	if (!(g->irq_edge & BIT(d->hwirq)))
irq_edge           96 drivers/gpio/gpio-ixp4xx.c 		g->irq_edge |= BIT(d->hwirq);
irq_edge          101 drivers/gpio/gpio-ixp4xx.c 		g->irq_edge |= BIT(d->hwirq);
irq_edge          106 drivers/gpio/gpio-ixp4xx.c 		g->irq_edge |= BIT(d->hwirq);
irq_edge          111 drivers/gpio/gpio-ixp4xx.c 		g->irq_edge &= ~BIT(d->hwirq);
irq_edge          116 drivers/gpio/gpio-ixp4xx.c 		g->irq_edge &= ~BIT(d->hwirq);