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

  /external/qemu/hw/timer/
mc146818rtc.c 84 QEMUTimer *second_timer2; member in struct:RTCState
402 timer_mod(s->second_timer2,
529 timer_put(f, s->second_timer2);
555 timer_get(f, s->second_timer2);
621 s->second_timer2 = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
625 timer_mod(s->second_timer2, s->next_second_time);
744 s->second_timer2 = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
748 timer_mod(s->second_timer2, s->next_second_time);

Completed in 1173 milliseconds