Searched refs:OPAL_CALL (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-call.c | 126 #define OPAL_CALL(name, opcode) \ macro 135 OPAL_CALL(opal_invalid_call, OPAL_INVALID_CALL); 136 OPAL_CALL(opal_console_write, OPAL_CONSOLE_WRITE); 137 OPAL_CALL(opal_console_read, OPAL_CONSOLE_READ); 138 OPAL_CALL(opal_console_write_buffer_space, OPAL_CONSOLE_WRITE_BUFFER_SPACE); 139 OPAL_CALL(opal_rtc_read, OPAL_RTC_READ); 140 OPAL_CALL(opal_rtc_write, OPAL_RTC_WRITE); 141 OPAL_CALL(opal_cec_power_down, OPAL_CEC_POWER_DOWN); 142 OPAL_CALL(opal_cec_reboot, OPAL_CEC_REBOOT); 143 OPAL_CALL(opal_cec_reboot2, OPAL_CEC_REBOOT2); [all …]
|
/linux/arch/powerpc/boot/ |
H A D | opal-calls.S | 24 #define OPAL_CALL(name, token) \ macro 63 OPAL_CALL(opal_console_write, OPAL_CONSOLE_WRITE); 64 OPAL_CALL(opal_console_read, OPAL_CONSOLE_READ); 65 OPAL_CALL(opal_console_write_buffer_space, OPAL_CONSOLE_WRITE_BUFFER_SPACE); 66 OPAL_CALL(opal_poll_events, OPAL_POLL_EVENTS); 67 OPAL_CALL(opal_console_flush, OPAL_CONSOLE_FLUSH);
|
/linux/block/ |
H A D | opal_proto.h | 209 OPAL_CALL = 0xf8, enumerator
|