Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dof_irq.h21 extern unsigned int of_irq_workarounds;
26 #define of_irq_workarounds (0) macro
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dpic.c49 unsigned int of_irq_workarounds; variable
542 of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC; in pmac_pic_init()
544 of_irq_workarounds |= OF_IMAP_NO_PHANDLE; in pmac_pic_init()
551 if (pmac_newworld && (of_irq_workarounds & OF_IMAP_NO_PHANDLE)) { in pmac_pic_init()
/Linux-v4.19/drivers/of/
Dirq.c67 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_find_parent()
203 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_parse_raw()
297 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_irq_parse_one()
Dunittest.c774 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_unittest_parse_interrupts()
851 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_unittest_parse_interrupts_extended()
1010 if (!(of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)) { in of_unittest_platform_populate()