Searched refs:rtc_state (Results 1 - 3 of 3) sorted by relevance

/external/qemu/hw/android/goldfish/
H A Dtimer.c130 struct rtc_state { struct
143 struct rtc_state* s = opaque;
150 struct rtc_state* s = opaque;
162 struct rtc_state *s = (struct rtc_state *)opaque;
177 struct rtc_state *s = (struct rtc_state *)opaque;
202 static struct timer_state rtc_state = { variable in typeref:struct:timer_state
249 goldfish_device_add(&rtc_state.dev, goldfish_rtc_readfn, goldfish_rtc_writefn, &rtc_state);
[all...]
/external/qemu/hw/mips/
H A Dmips_r4k.c170 RTCState *rtc_state; local
264 rtc_state = rtc_init(2000);
/external/qemu/hw/i386/
H A Dpc.c67 static RTCState *rtc_state; variable
199 RTCState *s = rtc_state;
263 RTCState *s = rtc_state;
1089 rtc_state = rtc_init(0x70, i8259[8], 2000);
1091 qemu_register_boot_set(pc_boot_set, rtc_state);
1305 if (rtc_state)
1306 rtc_set_memory(rtc_state, 0xF, 0xFE);

Completed in 88 milliseconds