Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dof_irq.h46 extern unsigned int of_irq_workarounds;
51 #define of_irq_workarounds (0) macro
/linux-3.4.99/arch/powerpc/platforms/powermac/
Dpic.c49 unsigned int of_irq_workarounds; variable
536 of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC; in pmac_pic_init()
538 of_irq_workarounds |= OF_IMAP_NO_PHANDLE; in pmac_pic_init()
545 if (pmac_newworld && (of_irq_workarounds & OF_IMAP_NO_PHANDLE)) { in pmac_pic_init()
/linux-3.4.99/drivers/of/
Dirq.c69 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_find_parent()
209 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_map_raw()
291 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_irq_map_one()