Searched defs:RTCState (Results 1 – 2 of 2) sorted by relevance
65 struct RTCState { struct66 uint8_t cmos_data[128];67 uint8_t cmos_index;68 struct tm current_tm;69 int base_year;70 qemu_irq irq;71 qemu_irq sqw_irq;72 int it_shift;74 QEMUTimer *periodic_timer;75 int64_t next_periodic_time;[all …]
90 typedef struct RTCState RTCState; typedef