Home
last modified time | relevance | path

Searched refs:rtas_progress (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/52xx/
H A Defika.c227 .progress = rtas_progress, in define_machine()
/openbmc/linux/arch/powerpc/kernel/
H A Drtas_flash.c627 rtas_progress("Flashing \n", 0x0); in rtas_flash_firmware()
628 rtas_progress("Please Wait... ", 0x0); in rtas_flash_firmware()
H A Drtas.c777 void rtas_progress(char *s, unsigned short hex) in rtas_progress() function
895 EXPORT_SYMBOL_GPL(rtas_progress); /* needed by rtas_flash module */
H A Drtas-proc.c326 rtas_progress ((char *)progress_led, hex); in ppc_rtas_progress_write()
/openbmc/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c327 ppc_md.progress = rtas_progress; in chrp_setup_arch()
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h428 extern void rtas_progress(char *s, unsigned short hex);
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1150 .progress = rtas_progress, in define_machine()