Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dpapr-sysparm.c117 } while (rtas_busy_delay(fwrc)); in papr_sysparm_get()
172 } while (rtas_busy_delay(fwrc)); in papr_sysparm_set()
H A Dmsi.c54 } while (rtas_busy_delay(rc)); in rtas_change_msi()
105 } while (rtas_busy_delay(rc)); in rtas_query_irq_number()
H A Ddlpar.c161 } while (rtas_busy_delay(rc)); in dlpar_configure_connector()
H A Deeh_pseries.c227 rtas_busy_delay(ret); in pseries_eeh_phb_configure_bridge()
H A Diommu.c1166 } while (rtas_busy_delay(ret)); in create_ddw()
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c1291 bool __ref rtas_busy_delay(int status) in rtas_busy_delay() function
1351 EXPORT_SYMBOL_GPL(rtas_busy_delay);
1409 } while (rtas_busy_delay(rc)); in rtas_set_power_level()
1427 } while (rtas_busy_delay(rc)); in rtas_get_sensor()
1487 } while (rtas_busy_delay(rc)); in rtas_set_indicator()
1663 } while (rtas_busy_delay(fwrc)); in rtas_activate_firmware()
H A Drtas_flash.c381 } while (rtas_busy_delay(rc)); in manage_flash()
459 } while (rtas_busy_delay(rc)); in validate_flash()
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h438 bool rtas_busy_delay(int status);