Searched refs:IRQ_TYPE_SENSE_MASK (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmpc8xx_pic.c79 desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL);
80 desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
H A Dcpm2_pic.c150 desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL);
151 desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
171 if ((flow_type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_FALLING)
H A Duic.c111 switch (flow_type & IRQ_TYPE_SENSE_MASK) {
143 desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL);
144 desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
H A Dipic.c472 desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL);
473 desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
493 if ((flow_type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_FALLING) {
H A Dmpic.c774 switch(type & IRQ_TYPE_SENSE_MASK) {
811 desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL);
812 desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dextint.c58 flow_type &= IRQ_TYPE_SENSE_MASK;
98 desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspider-pic.c119 unsigned int sense = type & IRQ_TYPE_SENSE_MASK;
152 desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL);
153 desc->status |= type & IRQ_TYPE_SENSE_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dirq.h45 #define IRQ_TYPE_SENSE_MASK 0x0000000f /* Mask of the above */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dgpio.c576 if (type & ~IRQ_TYPE_SENSE_MASK)
588 irq_desc[irq].status &= ~IRQ_TYPE_SENSE_MASK;
1643 || irqstat & IRQ_TYPE_SENSE_MASK)) {
1646 switch (irqstat & IRQ_TYPE_SENSE_MASK) {

Completed in 179 milliseconds