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

/linux-master/include/linux/
H A Dof_irq.h21 extern unsigned int of_irq_workarounds;
26 #define of_irq_workarounds (0) macro
/linux-master/arch/powerpc/platforms/powermac/
H A Dpic.c47 unsigned int of_irq_workarounds; variable
529 of_irq_workarounds |= OF_IMAP_OLDWORLD_MAC;
531 of_irq_workarounds |= OF_IMAP_NO_PHANDLE;
538 if (pmac_newworld && (of_irq_workarounds & OF_IMAP_NO_PHANDLE)) {
/linux-master/drivers/of/
H A Dirq.c66 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE)
228 if (of_irq_workarounds & OF_IMAP_NO_PHANDLE)
339 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)
H A Dunittest.c1284 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)
1361 if (of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)
1523 if (!(of_irq_workarounds & OF_IMAP_OLDWORLD_MAC)) {

Completed in 195 milliseconds