Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/platforms/powermac/
Dpic.c67 static unsigned long ppc_lost_interrupts[NR_MASK_WORDS]; variable
75 __set_bit(irq_nr, ppc_lost_interrupts); in __pmac_retrigger()
79 if (!__test_and_set_bit(irq_nr, ppc_lost_interrupts)) { in __pmac_retrigger()
94 if (__test_and_clear_bit(src, ppc_lost_interrupts)) in pmac_mask_and_ack_irq()
115 if (__test_and_clear_bit(src, ppc_lost_interrupts)) in pmac_ack_irq()
220 bits = in_le32(&pmac_irq_hw[i]->event) | ppc_lost_interrupts[i]; in gatwick_action()
254 bits = in_le32(&pmac_irq_hw[i]->event) | ppc_lost_interrupts[i]; in pmac_pic_get_irq()