Home
last modified time | relevance | path

Searched refs:MC146818RtcState (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c74 static void rtc_set_time(MC146818RtcState *s);
75 static void rtc_update_time(MC146818RtcState *s);
76 static void rtc_set_cmos(MC146818RtcState *s, const struct tm *tm);
77 static inline int rtc_from_bcd(MC146818RtcState *s, int a);
78 static uint64_t get_next_alarm(MC146818RtcState *s);
80 static inline bool rtc_running(MC146818RtcState *s) in rtc_running()
86 static uint64_t get_guest_rtc_ns(MC146818RtcState *s) in get_guest_rtc_ns()
94 static void rtc_coalesced_timer_update(MC146818RtcState *s) in rtc_coalesced_timer_update()
107 void rtc_reset_reinjection(MC146818RtcState *rtc) in rtc_reset_reinjection()
112 static bool rtc_policy_slew_deliver_irq(MC146818RtcState *s) in rtc_policy_slew_deliver_irq()
[all …]
/openbmc/qemu/include/hw/rtc/
H A Dmc146818rtc.h19 OBJECT_DECLARE_SIMPLE_TYPE(MC146818RtcState, MC146818_RTC)
21 struct MC146818RtcState { struct
49 QLIST_ENTRY(MC146818RtcState) link; argument
54 MC146818RtcState *mc146818_rtc_init(ISABus *bus, int base_year,
56 void mc146818rtc_set_cmos_data(MC146818RtcState *s, int addr, int val);
57 int mc146818rtc_get_cmos_data(MC146818RtcState *s, int addr);
58 void rtc_reset_reinjection(MC146818RtcState *rtc);
/openbmc/qemu/include/hw/southbridge/
H A Dpiix.h58 MC146818RtcState rtc;
H A Dich9.h34 MC146818RtcState rtc;
/openbmc/qemu/hw/i386/
H A Dpc.c327 static void cmos_init_hd(MC146818RtcState *s, int type_ofs, int info_ofs, in cmos_init_hd()
359 static void set_boot_dev(PCMachineState *pcms, MC146818RtcState *s, in set_boot_dev()
391 static void pc_cmos_init_floppy(MC146818RtcState *rtc_state, ISADevice *floppy) in pc_cmos_init_floppy()
494 MC146818RtcState *s = MC146818_RTC(x86ms->rtc); in pc_cmos_init_late()
H A Dmicrovm.c60 static void microvm_set_rtc(MicrovmMachineState *mms, MC146818RtcState *s) in microvm_set_rtc()
H A Dx86-common.c120 MC146818RtcState *rtc = MC146818_RTC(s); in x86_rtc_set_cpus_count()
/openbmc/qemu/hw/ppc/
H A Dprep.c217 MC146818RtcState *rtc = MC146818_RTC(dev); in prep_set_cmos_checksum()
/openbmc/qemu/hw/isa/
H A Dvt82c686.c601 MC146818RtcState rtc;