Searched refs:RTAS_FN_POWER_OFF (Results 1 – 3 of 3) sorted by relevance
| /arch/powerpc/include/asm/ |
| A D | rtas.h | 184 #define RTAS_FN_POWER_OFF rtas_fn_handle(RTAS_FNIDX__POWER_OFF) macro
|
| /arch/powerpc/kernel/ |
| A D | rtas.c | 1602 rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1)); in rtas_power_off() 1612 rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1)); in rtas_halt()
|
| /arch/powerpc/platforms/pseries/ |
| A D | setup.c | 1085 rc = rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1); in pseries_power_off()
|
Completed in 11 milliseconds