Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/powernv/
Dopal-wrappers.S80 #define OPAL_CALL(name, token) \ macro
178 OPAL_CALL(opal_invalid_call, OPAL_INVALID_CALL);
179 OPAL_CALL(opal_console_write, OPAL_CONSOLE_WRITE);
180 OPAL_CALL(opal_console_read, OPAL_CONSOLE_READ);
181 OPAL_CALL(opal_console_write_buffer_space, OPAL_CONSOLE_WRITE_BUFFER_SPACE);
182 OPAL_CALL(opal_rtc_read, OPAL_RTC_READ);
183 OPAL_CALL(opal_rtc_write, OPAL_RTC_WRITE);
184 OPAL_CALL(opal_cec_power_down, OPAL_CEC_POWER_DOWN);
185 OPAL_CALL(opal_cec_reboot, OPAL_CEC_REBOOT);
186 OPAL_CALL(opal_cec_reboot2, OPAL_CEC_REBOOT2);
[all …]
/Linux-v4.19/arch/powerpc/boot/
Dopal-calls.S28 #define OPAL_CALL(name, token) \ macro
67 OPAL_CALL(opal_console_write, OPAL_CONSOLE_WRITE);
68 OPAL_CALL(opal_console_read, OPAL_CONSOLE_READ);
69 OPAL_CALL(opal_console_write_buffer_space, OPAL_CONSOLE_WRITE_BUFFER_SPACE);
70 OPAL_CALL(opal_poll_events, OPAL_POLL_EVENTS);
71 OPAL_CALL(opal_console_flush, OPAL_CONSOLE_FLUSH);
/Linux-v4.19/block/
Dsed-opal.c1065 add_token_u8(&err, dev, OPAL_CALL); in gen_key()
1119 add_token_u8(&err, dev, OPAL_CALL); in get_active_key()
1148 add_token_u8(&err, dev, OPAL_CALL); in generic_lr_enable_disable()
1213 add_token_u8(&err, dev, OPAL_CALL); in setup_locking_range()
1274 add_token_u8(&err, dev, OPAL_CALL); in start_generic_opal_session()
1376 add_token_u8(&err, dev, OPAL_CALL); in start_auth_opal_session()
1412 add_token_u8(&err, dev, OPAL_CALL); in revert_tper()
1439 add_token_u8(&err, dev, OPAL_CALL); in internal_activate_user()
1474 add_token_u8(&err, dev, OPAL_CALL); in erase_locking_range()
1496 add_token_u8(&err, dev, OPAL_CALL); in set_mbr_done()
[all …]
Dopal_proto.h185 OPAL_CALL = 0xf8, enumerator