Home
last modified time | relevance | path

Searched refs:OPAL_PARTIAL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-dump.c277 if (rc != OPAL_SUCCESS && rc != OPAL_PARTIAL) in dump_read_data()
299 if (rc != OPAL_SUCCESS && rc != OPAL_PARTIAL) { in dump_attr_read()
305 if (rc == OPAL_PARTIAL) { in dump_attr_read()
H A Dopal-secvar.c47 case OPAL_PARTIAL: in opal_status_to_err()
H A Dopal.c554 if (rc == OPAL_BUSY || rc == OPAL_PARTIAL) { in opal_flush_console()
573 if (rc == OPAL_BUSY || rc == OPAL_PARTIAL) { in opal_flush_chars()
578 if (rc == OPAL_PARTIAL) in opal_flush_chars()
/openbmc/linux/drivers/leds/
H A Dleds-powernv.c146 if (rc != OPAL_SUCCESS && rc != OPAL_PARTIAL) { in powernv_led_get()
/openbmc/linux/arch/powerpc/include/asm/
H A Dopal-api.h17 #define OPAL_PARTIAL -3 macro