Home
last modified time | relevance | path

Searched refs:OPAL_CALL (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/powerpc/platforms/powernv/
H A Dopal-call.c126 #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 …]
/linux-6.15/arch/powerpc/boot/
H A Dopal-calls.S24 #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-6.15/block/
H A Dopal_proto.h209 OPAL_CALL = 0xf8, enumerator
H A Dsed-opal.c1198 add_token_u8(&err, dev, OPAL_CALL); in cmd_start()