Home
last modified time | relevance | path

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

/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()
/linux/arch/powerpc/include/asm/
H A Dopal-api.h25 #define OPAL_INTERNAL_ERROR -11 macro