Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Daspeed_rtc.c27 static void aspeed_rtc_calc_offset(AspeedRtcState *rtc) in aspeed_rtc_calc_offset()
47 static uint32_t aspeed_rtc_get_counter(AspeedRtcState *rtc, int r) in aspeed_rtc_get_counter()
71 AspeedRtcState *rtc = opaque; in aspeed_rtc_read()
100 AspeedRtcState *rtc = opaque; in aspeed_rtc_write()
125 AspeedRtcState *rtc = ASPEED_RTC(d); in aspeed_rtc_reset()
141 VMSTATE_UINT32_ARRAY(reg, AspeedRtcState, 0x18),
142 VMSTATE_INT64(offset, AspeedRtcState),
150 AspeedRtcState *s = ASPEED_RTC(dev); in aspeed_rtc_realize()
171 .instance_size = sizeof(AspeedRtcState),
/openbmc/qemu/include/hw/rtc/
H A Daspeed_rtc.h14 struct AspeedRtcState { struct
26 OBJECT_DECLARE_SIMPLE_TYPE(AspeedRtcState, ASPEED_RTC) argument
/openbmc/qemu/include/hw/arm/
H A Daspeed_soc.h63 AspeedRtcState rtc;