Searched refs:AspeedRtcState (Results 1 – 3 of 3) sorted by relevance
27 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),
14 struct AspeedRtcState { struct26 OBJECT_DECLARE_SIMPLE_TYPE(AspeedRtcState, ASPEED_RTC) argument
63 AspeedRtcState rtc;