Home
last modified time | relevance | path

Searched refs:rtas_busy_delay (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Drtas.c509 unsigned int rtas_busy_delay(int status) in rtas_busy_delay() function
520 EXPORT_SYMBOL(rtas_busy_delay);
578 } while (rtas_busy_delay(rc)); in rtas_set_power_level()
596 } while (rtas_busy_delay(rc)); in rtas_get_sensor()
657 } while (rtas_busy_delay(rc)); in rtas_set_indicator()
738 } while (rtas_busy_delay(status)); in rtas_os_term()
H A Drtas_flash.c381 } while (rtas_busy_delay(rc)); in manage_flash()
459 } while (rtas_busy_delay(rc)); in validate_flash()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dmsi.c52 } while (rtas_busy_delay(rc)); in rtas_change_msi()
103 } while (rtas_busy_delay(rc)); in rtas_query_irq_number()
H A Dmobility.c344 } while (rtas_busy_delay(rc)); in post_mobility_fixup()
H A Ddlpar.c170 if (rtas_busy_delay(rc)) in dlpar_configure_connector()
H A Deeh_pseries.c225 rtas_busy_delay(ret); in pseries_eeh_phb_configure_bridge()
H A Diommu.c1014 } while (rtas_busy_delay(ret)); in create_ddw()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Drtas.h263 extern unsigned int rtas_busy_delay(int status);