Searched defs:rtas_busy_delay (Results 1 - 1 of 1) sorted by relevance

/arch/powerpc/kernel/
H A Drtas.c492 unsigned int rtas_busy_delay(int status) function
503 EXPORT_SYMBOL(rtas_busy_delay); variable
561 } while (rtas_busy_delay(rc));
579 } while (rtas_busy_delay(rc));
623 } while (rtas_busy_delay(rc));
703 } while (rtas_busy_delay(status));

Completed in 68 milliseconds