Searched defs:next_periodic_time (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp146 int64_t next_periodic_time; member in struct:RTCSTATE
225 pThis->next_periodic_time = ASMMultU64ByU32DivByU32(next_irq_clock, freq, 32768) + 1;
226 TMTimerSet(pThis->CTX_SUFF(pPeriodicTimer), pThis->next_periodic_time);
556 rtc_timer_update(pThis, pThis->next_periodic_time);
774 SSMR3PutS64(pSSM, pThis->next_periodic_time);
837 SSMR3GetS64(pSSM, &pThis->next_periodic_time);

Completed in 47 milliseconds