Searched refs:OPAL_CALL (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal-wrappers.S | 59 #define OPAL_CALL(name, token) \ macro 197 OPAL_CALL(opal_invalid_call, OPAL_INVALID_CALL); 198 OPAL_CALL(opal_console_write, OPAL_CONSOLE_WRITE); 199 OPAL_CALL(opal_console_read, OPAL_CONSOLE_READ); 200 OPAL_CALL(opal_console_write_buffer_space, OPAL_CONSOLE_WRITE_BUFFER_SPACE); 201 OPAL_CALL(opal_rtc_read, OPAL_RTC_READ); 202 OPAL_CALL(opal_rtc_write, OPAL_RTC_WRITE); 203 OPAL_CALL(opal_cec_power_down, OPAL_CEC_POWER_DOWN); 204 OPAL_CALL(opal_cec_reboot, OPAL_CEC_REBOOT); 205 OPAL_CALL(opal_read_nvram, OPAL_READ_NVRAM); [all …]
|