Home
last modified time | relevance | path

Searched refs:OPAL_INTERNAL_ERROR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/rtc/
H A Drtc-opal.c62 } else if (rc == OPAL_HARDWARE || rc == OPAL_INTERNAL_ERROR) { in opal_get_rtc_time()
96 } else if (rc == OPAL_HARDWARE || rc == OPAL_INTERNAL_ERROR) { in opal_set_rtc_time()
/openbmc/linux/arch/powerpc/include/asm/
H A Dopal-api.h25 #define OPAL_INTERNAL_ERROR -11 macro
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal.c1216 case OPAL_INTERNAL_ERROR: return -EIO; in opal_error_code()