Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_rtc.c175 spapr_rtas_register(RTAS_GET_TIME_OF_DAY, "get-time-of-day", in spapr_rtc_class_init()
H A Dpegasos2.c438 RTAS_GET_TIME_OF_DAY = 3, enumerator
467 case RTAS_GET_TIME_OF_DAY: in pegasos2_rtas()
984 RTAS_GET_TIME_OF_DAY); in build_fdt()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h725 #define RTAS_GET_TIME_OF_DAY (RTAS_TOKEN_BASE + 0x01) macro