Searched refs:IRQ_REPLAY (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/irq/
H A Dresend.c65 if ((status & (IRQ_PENDING | IRQ_REPLAY)) == IRQ_PENDING) {
66 desc->status = (status & ~IRQ_PENDING) | IRQ_REPLAY;
H A Dinternals.h50 P(IRQ_REPLAY);
H A Dchip.c306 desc->status &= ~(IRQ_REPLAY | IRQ_WAITING);
311 desc->status &= ~(IRQ_REPLAY | IRQ_WAITING | IRQ_PENDING);
347 desc->status &= ~(IRQ_REPLAY | IRQ_WAITING);
398 desc->status &= ~(IRQ_REPLAY | IRQ_WAITING);
452 desc->status &= ~(IRQ_REPLAY | IRQ_WAITING);
H A Dhandle.c197 status = desc->status & ~(IRQ_REPLAY | IRQ_WAITING);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_smp.c1575 desc->status |= IRQ_REPLAY | IRQ_INPROGRESS;
1584 desc->status |= IRQ_REPLAY;
1586 desc->status &= ~IRQ_REPLAY;
1611 if((isr & (1<<irq) && !(status & IRQ_REPLAY)) == 0) {
1637 if(status & IRQ_REPLAY) {
1642 desc->status &= ~(IRQ_REPLAY | IRQ_INPROGRESS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dirq.h52 #define IRQ_REPLAY 0x00000800 /* IRQ has been replayed but not acked yet */ macro

Completed in 98 milliseconds