Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dopal_async.c105 if (err == OPAL_BUSY) { in opal_wait_completion()
113 } while (err == OPAL_BUSY); in opal_wait_completion()
H A Dxive.c343 if (vp_block == OPAL_BUSY) in xive_attach()
385 } while (error == OPAL_BUSY); in xive_attach()
393 } while (ipi_irq == OPAL_BUSY); in xive_attach()
567 if (status != OPAL_BUSY) in xive_enable()
H A Dopal.h138 #define OPAL_BUSY -2 macro