Searched refs:OPAL_CALL (Results 1 – 4 of 4) sorted by relevance
/linux/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); 194 OPAL_CALL(opal_pci_poll, OPAL_PCI_POLL); 199 OPAL_CALL(opal_lpc_read, OPAL_LPC_READ); 218 OPAL_CALL(opal_get_msg, OPAL_GET_MSG); 241 OPAL_CALL(opal_prd_msg, OPAL_PRD_MSG); 251 OPAL_CALL(opal_int_eoi, OPAL_INT_EOI); [all …]
|
/linux/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);
|
/linux/block/ |
A D | opal_proto.h | 193 OPAL_CALL = 0xf8, enumerator
|
A D | sed-opal.c | 1033 add_token_u8(&err, dev, OPAL_CALL); in cmd_start()
|
Completed in 12 milliseconds