Searched refs:SpaprRtcState (Results 1 – 2 of 2) 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() 58 int spapr_rtc_import_offset(SpaprRtcState *rtc, int64_t legacy_offset) in spapr_rtc_import_offset() 99 SpaprRtcState *rtc = &spapr->rtc; in rtas_set_time_of_day() 141 SpaprRtcState *rtc = SPAPR_RTC(dev); in spapr_rtc_realize() 161 VMSTATE_INT64(ns_offset, SpaprRtcState), 184 .instance_size = sizeof(SpaprRtcState),
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr.h | 34 OBJECT_DECLARE_SIMPLE_TYPE(SpaprRtcState, SPAPR_RTC) 36 struct SpaprRtcState { struct 191 SpaprRtcState rtc; 945 void spapr_rtc_read(SpaprRtcState *rtc, struct tm *tm, uint32_t *ns); 946 int spapr_rtc_import_offset(SpaprRtcState *rtc, int64_t legacy_offset);
|