Searched refs:RTCState (Results 1 - 4 of 4) sorted by relevance

/external/qemu/hw/
H A Dmc146818rtc.c65 struct RTCState { struct
101 static void rtc_set_time(RTCState *s);
102 static void rtc_copy_date(RTCState *s);
105 static void rtc_coalesced_timer_update(RTCState *s)
120 RTCState *s = opaque;
135 static void rtc_timer_update(RTCState *s, int64_t current_time)
181 RTCState *s = opaque;
207 RTCState *s = opaque;
267 static inline int rtc_to_bcd(RTCState *s, int a)
276 static inline int rtc_from_bcd(RTCState *
[all...]
H A Dpc.h90 typedef struct RTCState RTCState; typedef in typeref:struct:RTCState
92 RTCState *rtc_init(int base, qemu_irq irq, int base_year);
93 RTCState *rtc_init_sqw(int base, qemu_irq irq, qemu_irq sqw_irq, int base_year);
94 RTCState *rtc_mm_init(target_phys_addr_t base, int it_shift, qemu_irq irq,
96 void rtc_set_memory(RTCState *s, int addr, int val);
97 void rtc_set_date(RTCState *s, const struct tm *tm);
H A Dpc.c66 static RTCState *rtc_state;
206 RTCState *s = rtc_state;
244 RTCState *s = (RTCState *)opaque;
270 RTCState *s = rtc_state;
H A Dmips_r4k.c170 RTCState *rtc_state;

Completed in 55 milliseconds