Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Dgoldfish_rtc.c46 static void goldfish_rtc_update(GoldfishRTCState *s) in goldfish_rtc_update()
53 GoldfishRTCState *s = (GoldfishRTCState *)opaque; in goldfish_rtc_interrupt()
71 static void goldfish_rtc_set_alarm(GoldfishRTCState *s) in goldfish_rtc_set_alarm()
94 GoldfishRTCState *s = opaque; in goldfish_rtc_read()
140 GoldfishRTCState *s = opaque; in goldfish_rtc_write()
184 GoldfishRTCState *s = opaque; in goldfish_rtc_pre_save()
204 GoldfishRTCState *s = opaque; in goldfish_rtc_post_load()
251 VMSTATE_UINT32(time_high, GoldfishRTCState),
258 GoldfishRTCState *s = GOLDFISH_RTC(dev); in goldfish_rtc_reset()
277 GoldfishRTCState *s = GOLDFISH_RTC(d); in goldfish_rtc_realize()
[all …]
/openbmc/qemu/include/hw/rtc/
H A Dgoldfish_rtc.h29 OBJECT_DECLARE_SIMPLE_TYPE(GoldfishRTCState, GOLDFISH_RTC)
31 struct GoldfishRTCState { struct