Searched refs:spapr_rtc_read (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtc.c | 39 void spapr_rtc_read(SpaprRtcState *rtc, struct tm *tm, uint32_t *ns) in spapr_rtc_read() function 82 spapr_rtc_read(&spapr->rtc, &tm, &ns); in rtas_get_time_of_day() 136 spapr_rtc_read(SPAPR_RTC(obj), current_tm, NULL); in spapr_rtc_qom_date()
|
H A D | spapr_events.c | 520 spapr_rtc_read(&spapr->rtc, &tm, NULL); in spapr_init_maina()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr.h | 948 void spapr_rtc_read(SpaprRtcState *rtc, struct tm *tm, uint32_t *ns);
|