of_irq_workarounds 44 arch/powerpc/platforms/powermac/pic.c unsigned int of_irq_workarounds; of_irq_workarounds 537 arch/powerpc/platforms/powermac/pic.c of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC; of_irq_workarounds 539 arch/powerpc/platforms/powermac/pic.c of_irq_workarounds |= OF_IMAP_NO_PHANDLE; of_irq_workarounds 546 arch/powerpc/platforms/powermac/pic.c if (pmac_newworld && (of_irq_workarounds & OF_IMAP_NO_PHANDLE)) { of_irq_workarounds 66 drivers/of/irq.c if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) of_irq_workarounds 202 drivers/of/irq.c if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) of_irq_workarounds 296 drivers/of/irq.c if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) of_irq_workarounds 792 drivers/of/unittest.c if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) of_irq_workarounds 869 drivers/of/unittest.c if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) of_irq_workarounds 1029 drivers/of/unittest.c if (!(of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)) { of_irq_workarounds 21 include/linux/of_irq.h extern unsigned int of_irq_workarounds;