Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powermac/
H A Dpic.c47 unsigned int of_irq_workarounds; variable
530 of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC; in pmac_pic_init()
532 of_irq_workarounds |= OF_IMAP_NO_PHANDLE; in pmac_pic_init()
539 if (pmac_newworld && (of_irq_workarounds & OF_IMAP_NO_PHANDLE)) { in pmac_pic_init()
/linux/drivers/of/
H A Dirq.c73 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_find_parent()
114 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE) in of_irq_parse_imap_parent()
439 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_irq_parse_one()