Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Drtas_flash.c603 rtas_progress("Flashing \n", 0x0); in rtas_flash_firmware()
604 rtas_progress("Please Wait... ", 0x0); in rtas_flash_firmware()
H A Drtas.c825 void rtas_progress(char *s, unsigned short hex) in rtas_progress() function
943 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()
/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c327 ppc_md.progress = rtas_progress; in chrp_setup_arch()
/linux/arch/powerpc/include/asm/
H A Drtas.h450 void rtas_progress(char *s, unsigned short hex);
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1156 .progress = rtas_progress, in define_machine()