Home
last modified time | relevance | path

Searched refs:mc146818rtc_get_cmos_data (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/rtc/
H A Dmc146818rtc.h57 int mc146818rtc_get_cmos_data(MC146818RtcState *s, int addr);
/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c741 int mc146818rtc_get_cmos_data(MC146818RtcState *s, int addr) in mc146818rtc_get_cmos_data() function
/openbmc/qemu/hw/i386/
H A Dpc.c410 val = mc146818rtc_get_cmos_data(rtc_state, REG_EQUIPMENT_BYTE); in pc_cmos_init_floppy()