Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Drtc.c288 if (error == RTAS_CLOCK_BUSY || rtas_is_extended_busy(error)) { in pSeries_get_boot_time()
323 if (error == RTAS_CLOCK_BUSY || rtas_is_extended_busy(error)) { in pSeries_get_rtc_time()
360 if (error == RTAS_CLOCK_BUSY || rtas_is_extended_busy(error)) { in pSeries_set_rtc_time()
Drtas_flash.c350 else if (rtas_is_extended_busy(rc)) { in manage_flash()
445 else if (rtas_is_extended_busy(rc)) { in validate_flash()
/linux-2.4.37.9/include/asm-ppc64/
Drtas.h209 static inline int rtas_is_extended_busy(int status) in rtas_is_extended_busy() function