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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dpic.c66 static unsigned long ppc_lost_interrupts[NR_MASK_WORDS]; variable
74 __set_bit(irq_nr, ppc_lost_interrupts);
78 if (!__test_and_set_bit(irq_nr, ppc_lost_interrupts)) {
93 if (__test_and_clear_bit(src, ppc_lost_interrupts))
114 if (__test_and_clear_bit(src, ppc_lost_interrupts))
219 bits = in_le32(&pmac_irq_hw[i]->event) | ppc_lost_interrupts[i];
253 bits = in_le32(&pmac_irq_hw[i]->event) | ppc_lost_interrupts[i];

Completed in 35 milliseconds