Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_irq.h20 extern unsigned int of_irq_workarounds;
25 #define of_irq_workarounds (0) macro
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dpic.c49 unsigned int of_irq_workarounds; variable
540 of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC; in pmac_pic_init()
542 of_irq_workarounds |= OF_IMAP_NO_PHANDLE; in pmac_pic_init()
549 if (pmac_newworld && (of_irq_workarounds & OF_IMAP_NO_PHANDLE)) { in pmac_pic_init()
/linux-4.4.14/drivers/of/
Dirq.c69 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_find_parent()
208 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_parse_raw()
299 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_irq_parse_one()