Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dlasi.c91 val += s->rtc_ref; in lasi_chip_read_with_attrs()
166 s->rtc_ref = val - time(NULL); in lasi_chip_write_with_attrs()
220 VMSTATE_UINT32_V(rtc_ref, LasiState, 2),
250 s->rtc_ref = 0; in lasi_reset()
/openbmc/qemu/include/hw/misc/
H A Dlasi.h74 uint32_t rtc_ref; member
/openbmc/qemu/hw/hppa/
H A Dmachine.c113 static time_t rtc_ref; variable
122 val += rtc_ref; in io_cpu_read()
138 rtc_ref = val - time(NULL); in io_cpu_write()