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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dof_irq.h42 extern unsigned int of_irq_workarounds;
47 #define of_irq_workarounds (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dirq.c67 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE)
207 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE)
289 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dpic.c49 unsigned int of_irq_workarounds; variable
606 of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC;
608 of_irq_workarounds |= OF_IMAP_NO_PHANDLE;
615 if (pmac_newworld && (of_irq_workarounds & OF_IMAP_NO_PHANDLE)) {

Completed in 166 milliseconds