Searched refs:call_rtas (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/ppc/platforms/ |
D | chrp_setup.c | 315 call_rtas( "event-scan", 4, 1, &ret, 0xffffffff, 0, in chrp_event_scan() 323 call_rtas("system-reboot", 0, 1, NULL)); in chrp_restart() 332 call_rtas("power-off", 2, 1, NULL,0xffffffff,0xffffffff)); in chrp_power_off() 651 if ( call_rtas( "display-character", 1, 1, NULL, '\r' ) ) in rtas_display_progress() 661 call_rtas( "display-character", 1, 1, NULL, *os++ ); in rtas_display_progress() 669 call_rtas( "display-character", 1, 1, NULL, ' ' ); in rtas_display_progress() 675 call_rtas("set-indicator", 3, 1, NULL, 6, 0, hex); in rtas_indicator_progress()
|
D | chrp_smp.c | 98 call_rtas("freeze-time-base", 0, 1, NULL); in smp_chrp_setup_cpu() 107 call_rtas("thaw-time-base", 0, 1, NULL); in smp_chrp_setup_cpu()
|
D | chrp_pci.c | 126 rval = call_rtas("read-pci-config", 2, 2, &ret, addr, nbytes); \ 139 rval = call_rtas("write-pci-config", 3, 1, NULL, \
|
/linux-2.4.37.9/include/asm-ppc/ |
D | prom.h | 92 extern int call_rtas(const char *service, int nargs, int nret,
|
D | system.h | 76 extern int call_rtas(const char *, int, int, unsigned long *, ...);
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | prom.c | 1202 call_rtas(const char *service, int nargs, int nret, in call_rtas() function
|