Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof_irq.h20 extern unsigned int of_irq_workarounds;
25 #define of_irq_workarounds (0) macro
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dpic.c49 unsigned int of_irq_workarounds; variable
539 of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC; in pmac_pic_init()
541 of_irq_workarounds |= OF_IMAP_NO_PHANDLE; in pmac_pic_init()
548 if (pmac_newworld && (of_irq_workarounds & OF_IMAP_NO_PHANDLE)) { in pmac_pic_init()
/linux-4.1.27/drivers/of/
Dirq.c68 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_find_parent()
206 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_parse_raw()
298 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_irq_parse_one()