Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof_irq.h21 extern unsigned int of_irq_workarounds;
26 #define of_irq_workarounds (0) macro
/linux/arch/powerpc/platforms/powermac/
H A Dpic.c47 unsigned int of_irq_workarounds; variable
529 of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC; in pmac_pic_init()
531 of_irq_workarounds |= OF_IMAP_NO_PHANDLE; in pmac_pic_init()
538 if (pmac_newworld && (of_irq_workarounds & OF_IMAP_NO_PHANDLE)) { in pmac_pic_init()
/linux/drivers/of/
H A Dirq.c68 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_find_parent()
109 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_parse_imap_parent()
353 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_irq_parse_one()
H A Dunittest.c1445 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_unittest_parse_interrupts()
1522 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_unittest_parse_interrupts_extended()
1684 if (!(of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)) { in of_unittest_platform_populate()