Searched refs:OPAL_CALL (Results 1 – 2 of 2) sorted by relevance
| /arch/powerpc/platforms/powernv/ |
| A D | opal-call.c | 126 #define OPAL_CALL(name, opcode) \ macro 139 OPAL_CALL(opal_rtc_read, OPAL_RTC_READ); 156 OPAL_CALL(opal_set_xive, OPAL_SET_XIVE); 157 OPAL_CALL(opal_get_xive, OPAL_GET_XIVE); 163 OPAL_CALL(opal_pci_shpc, OPAL_PCI_SHPC); 192 OPAL_CALL(opal_pci_poll, OPAL_PCI_POLL); 197 OPAL_CALL(opal_lpc_read, OPAL_LPC_READ); 216 OPAL_CALL(opal_get_msg, OPAL_GET_MSG); 239 OPAL_CALL(opal_prd_msg, OPAL_PRD_MSG); 249 OPAL_CALL(opal_int_eoi, OPAL_INT_EOI); [all …]
|
| /arch/powerpc/boot/ |
| 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);
|
Completed in 7 milliseconds