Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dof_irq.h17 #define OF_IMAP_OLDWORLD_MAC 0x00000001 macro
/Linux-v5.10/drivers/of/
Dirq.c296 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_irq_parse_one()
Dunittest.c980 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_unittest_parse_interrupts()
1057 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC) in of_unittest_parse_interrupts_extended()
1217 if (!(of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)) { in of_unittest_platform_populate()
/Linux-v5.10/arch/powerpc/platforms/powermac/
Dpic.c530 of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC; in pmac_pic_init()