Home
last modified time | relevance | path

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

/qemu/hw/rtc/
H A Dgoldfish_rtc.c108 s->time_high = r >> 32; in goldfish_rtc_read()
112 r = s->time_high; in goldfish_rtc_read()
233 VMSTATE_UINT32(time_high, GoldfishRTCState),
/qemu/include/hw/rtc/
H A Dgoldfish_rtc.h44 uint32_t time_high; member