HomeSort by relevance Sort by last modified time
    Searched full:next_second_time (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
mc146818rtc.c 77 int64_t next_second_time; member in struct:RTCState
388 s->next_second_time += get_ticks_per_sec();
389 qemu_mod_timer(s->second_timer, s->next_second_time);
403 s->next_second_time + delay);
438 s->next_second_time += get_ticks_per_sec();
439 qemu_mod_timer(s->second_timer, s->next_second_time);
527 qemu_put_be64(f, s->next_second_time);
553 s->next_second_time=qemu_get_be64(f);
624 s->next_second_time = qemu_get_clock_ns(vm_clock) + (get_ticks_per_sec() * 99) / 100;
625 qemu_mod_timer(s->second_timer2, s->next_second_time);
    [all...]

Completed in 1863 milliseconds