Searched refs:RTAS_BUSY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Drtas.h28 #define RTAS_BUSY -2 /* RTAS Busy */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas.c469 /* For RTAS_BUSY (-2), delay for 1 millisecond. For an extended busy status
477 if (status == RTAS_BUSY) {
540 while ((rc = rtas_call(token, 1, 2, level, powerdomain)) == RTAS_BUSY)

Completed in 118 milliseconds